From 08e0bb1eca04e33e04095b9d192a2f697032752b Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Sat, 28 Oct 2006 18:24:08 +0000
Subject: [PATCH] fix for issue 893  the batch files just needed a couple of double-quotes

---
 opendj-sdk/opends/resource/bin/ldapsearch.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/resource/bin/ldapsearch.bat b/opendj-sdk/opends/resource/bin/ldapsearch.bat
index aa4ad90..e012c89 100755
--- a/opendj-sdk/opends/resource/bin/ldapsearch.bat
+++ b/opendj-sdk/opends/resource/bin/ldapsearch.bat
@@ -28,5 +28,5 @@
 setlocal
 
 set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPSearch"
-call %~dP0\_client-script.bat %*
+call "%~dP0\_client-script.bat" %*
 

--
Gitblit v1.10.0