Commit 9e49bc56 by Sam Stephenson

Fix `rbenv-help` invocation

parent 643ea84b
...@@ -26,7 +26,7 @@ eval "$(ruby-build --lib)" ...@@ -26,7 +26,7 @@ eval "$(ruby-build --lib)"
usage() { usage() {
# We can remove the sed fallback once rbenv 0.4.0 is widely available. # We can remove the sed fallback once rbenv 0.4.0 is widely available.
rbenv-help installx 2>/dev/null || sed -ne '/^#/!q;s/.//;s/.//;1,2d;p' < "$0" rbenv-help install 2>/dev/null || sed -ne '/^#/!q;s/.//;s/.//;1,2d;p' < "$0"
[ -z "$1" ] || exit "$1" [ -z "$1" ] || exit "$1"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment