Skip to content

Commit

Permalink
Changed some quotations to fix an issue on Windows
Browse files Browse the repository at this point in the history
Before this change, running this script resulted in a java usage error.
  • Loading branch information
joethe committed Oct 8, 2015
1 parent 01932b2 commit cf3782d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage/master/bin/shutdown-using-launcher.bat
Expand Up @@ -35,6 +35,6 @@ goto setArgs
:doneSetArgs

rem Execute the Launcher using the "catalina" target
"%JAVA_HOME%\bin\java.exe" -classpath %PRG%\..;"%PATH%";. LauncherBootstrap -launchfile catalina.xml -verbose catalina %CMD_LINE_ARGS% stop
"%JAVA_HOME%\bin\java.exe" -classpath "%PRG%\..;%PATH%;." LauncherBootstrap -launchfile catalina.xml -verbose catalina %CMD_LINE_ARGS% stop

:end

0 comments on commit cf3782d

Please sign in to comment.