Skip to content

Commit

Permalink
Merge pull request #343 from dxmann73/master
Browse files Browse the repository at this point in the history
Fixed FORGE-1112 Support paths with spaces
  • Loading branch information
gastaldi committed Aug 15, 2013
2 parents 505e67f + f72c25f commit 4207763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/src/main/resources/bin/forge
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if [ ! -x "$JAVACMD" ] ; then
exit 1
fi

JAVAVER=`$JAVACMD -version 2>&1`
JAVAVER=`"$JAVACMD" -version 2>&1`
case $JAVAVER in
*1.[6-9]*) ;;
*1.[1-5]*)
Expand Down

0 comments on commit 4207763

Please sign in to comment.