From c2219eade1904400e21f8b39e3fd9527229580a4 Mon Sep 17 00:00:00 2001 From: pvarga <pvarga@opentext.com> Date: Mon, 11 Jul 2016 22:36:23 +0000 Subject: [PATCH] OPENDJ-1976 setup.bat doesn't work without 8.3 format --- opendj-server-legacy/resource/bin/dsconfig.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/resource/bin/dsconfig.bat b/opendj-server-legacy/resource/bin/dsconfig.bat index efc33ff..358d7c5 100644 --- a/opendj-server-legacy/resource/bin/dsconfig.bat +++ b/opendj-server-legacy/resource/bin/dsconfig.bat @@ -19,5 +19,5 @@ set OPENDJ_INVOKE_CLASS="org.forgerock.opendj.config.dsconfig.DSConfig" set SCRIPT_NAME=dsconfig -for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* +call "%~dp0\..\lib\_client-script.bat" %* -- Gitblit v1.10.0