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/ldapsearch.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/resource/bin/ldapsearch.bat b/opendj-server-legacy/resource/bin/ldapsearch.bat
index 2907c58..a4ef975 100644
--- a/opendj-server-legacy/resource/bin/ldapsearch.bat
+++ b/opendj-server-legacy/resource/bin/ldapsearch.bat
@@ -19,5 +19,5 @@
 
 set OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPSearch"
 set SCRIPT_NAME=ldapsearch
-for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %*
+call "%~dp0\..\lib\_client-script.bat" %*
 

--
Gitblit v1.10.0