Skip to content

Commit

Permalink
Fix argument passing for windows shell. [HHQ-2812]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Morgan committed Jun 15, 2009
1 parent 48c921c commit 3175b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hqapi.bat
Expand Up @@ -16,4 +16,4 @@ if "%_JAVACMD%" == "" set _JAVACMD=%JAVA_HOME%\bin\java.exe
:noJavaHome
if "%_JAVACMD%" == "" set _JAVACMD=java.exe

"%_JAVACMD%" -cp %CLASSPATH% org.hyperic.hq.hqapi1.tools.Shell "%1"
"%_JAVACMD%" -cp %CLASSPATH% org.hyperic.hq.hqapi1.tools.Shell %*

0 comments on commit 3175b4a

Please sign in to comment.