aboutsummaryrefslogtreecommitdiff
path: root/spss/server/tools/src/main/scripts/certtool.bat
diff options
context:
space:
mode:
Diffstat (limited to 'spss/server/tools/src/main/scripts/certtool.bat')
-rw-r--r--spss/server/tools/src/main/scripts/certtool.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/spss/server/tools/src/main/scripts/certtool.bat b/spss/server/tools/src/main/scripts/certtool.bat
index d463a8d9d..ae55bc4a5 100644
--- a/spss/server/tools/src/main/scripts/certtool.bat
+++ b/spss/server/tools/src/main/scripts/certtool.bat
@@ -15,11 +15,11 @@ set TOOLSPATH=%~p0
set CLASSPATH=%TOOLSPATH%tools.jar;%TOOLSPATH%iaik_moa.jar;%TOOLSPATH%iaik_jce_full.jar;%TOOLSPATH%iaik_ecc.jar;%TOOLSPATH%log4j.jar
if "%JAVA_HOME%"=="" goto noJavaHome
-"%JAVA_HOME%\bin\java.exe" -classpath %CLASSPATH% %CERTTOOL% %1 %2 %3 %4 %5 %6 %7 %8 %9
+%JAVA_HOME%\bin\java.exe -classpath %CLASSPATH% %CERTTOOL% %1 %2 %3 %4 %5 %6 %7 %8 %9
goto end
:noJavaHome
echo error: JAVA_HOME not defined
:end
-if %OS%=="Windows_NT" @endlocal
+if %OS%=="Windows_NT" @endlocal \ No newline at end of file