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

Ludovic Poitou
09.18.2012 b9e59589a9d91c6cb520c70e5d51bddccbc3431b
opends/resource/bin/_mixed-script.bat
@@ -24,7 +24,7 @@
rem
rem
rem      Copyright 2006-2010 Sun Microsystems, Inc.
rem      Portions Copyright 2011 ForgeRock AS
rem      Portions Copyright 2011-2012 ForgeRock AS
rem This script is used to invoke various server-side processes.  It should not
rem be invoked directly by end users.
@@ -37,7 +37,7 @@
for /f "delims=" %%a in (%INSTALL_ROOT%\instance.loc) do (
  set INSTANCE_DIR=%%a
)
set CUR_DIR=%~dp0
set CUR_DIR=%CD%
cd /d %INSTALL_ROOT%
cd /d %INSTANCE_DIR%
set INSTANCE_ROOT=%CD%