mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ludovicp
14.49.2010 d491a8d58b5a561d501d0e79d2b03e3491a50083
Fix typo in start-ds.bat
1 files modified
2 ■■■ changed files
opends/resource/bin/start-ds.bat 2 ●●● patch | view | raw | blame | history
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