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

jvergara
23.32.2007 939762c0ca558218be468ee79a0e75b4371fdfda
opends/resource/setup.bat
@@ -29,11 +29,11 @@
rem check that the path does not contain the ^% character which breaks
rem the batch files.
set NON_ESCAPED=%~dPs0..
set NON_ESCAPED=%~dP0..
FOR /F "tokens=1-2* delims=%%" %%1 IN ("%NON_ESCAPED%") DO (
if NOT "%%2" == "" goto invalidPath)
set DIR_HOME=%~dP0.
set DIR_HOME=%~dPs0.
set INSTANCE_ROOT=%DIR_HOME%
:checkJavaBin