From b97e32e5dee83d4b943177d7175fd149d8d47ec9 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 04 Jun 2007 15:21:42 +0000 Subject: [PATCH] Fix for issue 1753. --- opendj-sdk/opends/resource/setup.bat | 2 +- opendj-sdk/opends/resource/uninstall.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/resource/setup.bat b/opendj-sdk/opends/resource/setup.bat index 3d393bb..4aa2089 100644 --- a/opendj-sdk/opends/resource/setup.bat +++ b/opendj-sdk/opends/resource/setup.bat @@ -67,7 +67,7 @@ "%JAVA_BIN%" org.opends.server.tools.InstallDS -t > NUL 2>&1 if not %errorlevel% == 0 goto noValidJavaHome -if "%*" == "" goto callLaunch +if %~0 == "" goto callLaunch goto callJava :callLaunch diff --git a/opendj-sdk/opends/resource/uninstall.bat b/opendj-sdk/opends/resource/uninstall.bat index 40a5db7..17b4c0e 100644 --- a/opendj-sdk/opends/resource/uninstall.bat +++ b/opendj-sdk/opends/resource/uninstall.bat @@ -67,7 +67,7 @@ "%JAVA_BIN%" org.opends.server.tools.InstallDS -t > NUL 2>&1 if not %errorlevel% == 0 goto noValidJavaHome -if "%*" == "" goto callLaunch +if %~0 == "" goto callLaunch goto callJava :callLaunch -- Gitblit v1.10.0