From d491a8d58b5a561d501d0e79d2b03e3491a50083 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Mon, 14 Jun 2010 20:49:37 +0000 Subject: [PATCH] Fix typo in start-ds.bat --- opends/resource/bin/start-ds.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/bin/start-ds.bat b/opends/resource/bin/start-ds.bat index 776fe7f..78cced2 100644 --- a/opends/resource/bin/start-ds.bat +++ b/opends/resource/bin/start-ds.bat @@ -48,7 +48,7 @@ rem Set environment variables set SCRIPT_UTIL_CMD=set-full-environment-and-test-java -call "%INSTALL_ROOT%\lib\_script-util.bat" $* +call "%INSTALL_ROOT%\lib\_script-util.bat" %* set ERROR_CODE=%errorlevel% if NOT %ERROR_CODE% == 0 goto exitErrorCode -- Gitblit v1.10.0