Skip to content

Commit

Permalink
Removed references to PLUGIN_DIR in startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 19, 2014
1 parent c1fa9e7 commit a7d91cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions dist/src/main/resources/bin/forge
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,10 @@
# FORGE_OPTS - parameters passed to the Java VM when running Forge
# -----------------------------------------------------------------------

PLUGIN_DIR=""
FORGE_DEBUG_ARGS=""
QUOTED_ARGS=""
while [ "$1" != "" ] ; do

if [ "$PLUGIN_DIR" = "-pluginDir" ] ; then
PLUGIN_DIR="$1"
fi

if [ "$1" = "-pluginDir" ] ; then
PLUGIN_DIR="-pluginDir"
fi

if [ "$1" = "--debug" ] ; then
FORGE_DEBUG_ARGS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"
fi
Expand Down
2 changes: 1 addition & 1 deletion dist/src/main/resources/bin/forge.bat
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ echo.
goto error
@REM ==== END VALIDATION ====

@REM Initializing the argument line and the plugin directory if any
@REM Initializing the argument line
:init
setlocal enableextensions enabledelayedexpansion
set FORGE_CMD_LINE_ARGS=
Expand Down

0 comments on commit a7d91cc

Please sign in to comment.