Skip to content

Instantly share code, notes, and snippets.

@hone
Created January 10, 2012 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hone/1589972 to your computer and use it in GitHub Desktop.
Save hone/1589972 to your computer and use it in GitHub Desktop.
if [ -z "$JRUBY_HOME" ]; then
JRUBY_HOME_1=`dirname "$PRG"` # the ./bin dir
if [ "$JRUBY_HOME_1" = '.' ] ; then
cwd=`pwd`
JRUBY_HOME=`dirname $cwd` # JRUBY-2699
else
JRUBY_HOME=`dirname "$JRUBY_HOME_1"` # the . dir
fi
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment