Skip to content

Commit

Permalink
Must quote variables so paths with spaces get treated as single arg
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/jruby/trunk/jruby@2368 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
enebo committed Oct 22, 2006
1 parent e38dc21 commit eb6ded0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jruby
Expand Up @@ -126,7 +126,7 @@ if [ "$1" = "EN_US" ]; then
shift
fi

$JAVA_CMD $DEBUG -Xmx256m -ea -classpath "$CP" \
"$JAVA_CMD" $DEBUG -Xmx256m -ea -classpath "$CP" \
"-Djruby.base=$JRUBY_BASE" \
"-Djruby.home=$JRUBY_HOME" \
"-Djruby.lib=$JRUBY_BASE/lib" \
Expand Down

0 comments on commit eb6ded0

Please sign in to comment.