From b1ec2f5b18f75021fe843afa925cef7cb72f1da9 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 --- opends/resource/bin/encode-password.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/bin/encode-password.bat b/opends/resource/bin/encode-password.bat index d95f0bf..3917c41 100755 --- a/opends/resource/bin/encode-password.bat +++ b/opends/resource/bin/encode-password.bat @@ -28,5 +28,5 @@ setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.EncodePassword" -call %~dP0\_server-script.bat %* +call "%~dP0\_server-script.bat" %* -- Gitblit v1.10.0