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