From 67405dde9ba213331dab1fc46cb18c485070fd5b Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Fri, 05 Jun 2009 09:04:50 +0000 Subject: [PATCH] svn merge -r5333:5417 https://opends.dev.java.net/svn/opends/branches/b2.0 --- opends/resource/bin/_mixed-script.bat | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opends/resource/bin/_mixed-script.bat b/opends/resource/bin/_mixed-script.bat index 6fa1c0a..5fb3eed 100644 --- a/opends/resource/bin/_mixed-script.bat +++ b/opends/resource/bin/_mixed-script.bat @@ -23,7 +23,7 @@ rem CDDL HEADER END rem rem -rem Copyright 2006-2008 Sun Microsystems, Inc. +rem Copyright 2006-2009 Sun Microsystems, Inc. rem This script is used to invoke various server-side processes. It should not rem be invoked directly by end users. @@ -53,7 +53,7 @@ set ORIGINAL_JAVA_BIN=%OPENDS_JAVA_BIN% set SCRIPT_UTIL_CMD=set-full-environment -call "%INSTALL_ROOT%\lib\_script-util.bat" +call "%INSTALL_ROOT%\lib\_script-util.bat" $* if NOT %errorlevel% == 0 exit /B %errorlevel% set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=%OLD_SCRIPT_NAME%" @@ -86,7 +86,7 @@ set OPENDS_JAVA_BIN=%ORIGINAL_JAVA_BIN% set SCRIPT_UTIL_CMD=set-full-environment -call "%INSTALL_ROOT%\lib\_script-util.bat" +call "%INSTALL_ROOT%\lib\_script-util.bat" $* if NOT %errorlevel% == 0 exit /B %errorlevel% set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=%OLD_SCRIPT_NAME%" -- Gitblit v1.10.0