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/ldapmodify.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/resource/bin/ldapmodify.bat b/opendj-server-legacy/resource/bin/ldapmodify.bat index 51efe982..34826d9 100644 --- a/opendj-server-legacy/resource/bin/ldapmodify.bat +++ b/opendj-server-legacy/resource/bin/ldapmodify.bat @@ -19,5 +19,5 @@ set OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPModify" set SCRIPT_NAME=ldapmodify -for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* +call "%~dp0\..\lib\_client-script.bat" %* -- Gitblit v1.10.0