Skip to content

Commit

Permalink
Merge pull request #537 from paulojeronimo/master
Browse files Browse the repository at this point in the history
Fix forge bash script
  • Loading branch information
gastaldi committed Feb 24, 2015
2 parents 4e15805 + 091b23f commit d3f6da1
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 @@ -160,7 +160,7 @@ fi

#
if [ -r "$FORGE_HOME/addons/" ] ; then
ADDONS_DIR="--immutableAddonDir $FORGE_HOME/addons/"
ADDONS_DIR="--immutableAddonDir \"$FORGE_HOME/addons/\""
fi

forge_exec_cmd="\"$JAVACMD\" $FORGE_DEBUG_ARGS $FORGE_OPTS \"-Dforge.standalone=true\" \"-Dforge.home=${FORGE_HOME}\" \
Expand Down

0 comments on commit d3f6da1

Please sign in to comment.