From 1acc5ed575165ab697ac09ae7b8f487d707274ce Mon Sep 17 00:00:00 2001 From: dugan <dugan@localhost> Date: Mon, 23 Jul 2007 18:54:58 +0000 Subject: [PATCH] Back out changes made for issue #1985 due to apparent problems with windows 2000. --- opends/resource/bin/make-ldif.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/bin/make-ldif.bat b/opends/resource/bin/make-ldif.bat index dc3da97..0ba5232 100644 --- a/opends/resource/bin/make-ldif.bat +++ b/opends/resource/bin/make-ldif.bat @@ -29,5 +29,5 @@ set OPENDS_INVOKE_CLASS="org.opends.server.tools.makeldif.MakeLDIF" set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=make-ldif" -call "%~dPs0\..\lib\_server-script.bat" --resourcePath "%~dPs0..\config\MakeLDIF" %* +call "%~dP0\..\lib\_server-script.bat" --resourcePath "%~dP0..\config\MakeLDIF" %* -- Gitblit v1.10.0