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/makeldif.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/resource/bin/makeldif.bat b/opendj-sdk/opends/resource/bin/makeldif.bat index 47e9123..67bd708 100755 --- a/opendj-sdk/opends/resource/bin/makeldif.bat +++ b/opendj-sdk/opends/resource/bin/makeldif.bat @@ -28,5 +28,5 @@ setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.makeldif.MakeLDIF" -call %~dP0\_server-script.bat --resourcePath "%~dP0..\config\MakeLDIF" %* +call "%~dP0\_server-script.bat" --resourcePath "%~dP0..\config\MakeLDIF" %* -- Gitblit v1.10.0