This commit is contained in:
Sam Stephenson 2011-08-01 16:39:00 -05:00
parent 6ec91083d8
commit b5d030bee7

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -e
if [ -n "$1" ]; then
RBENV_VERSION="$1"
elif [ -z "$RBENV_VERSION" ]; then