From 4dc4c537142907a8f80f34845839751ed4422b9e Mon Sep 17 00:00:00 2001 From: dugan <dugan@localhost> Date: Wed, 25 Jul 2007 04:00:20 +0000 Subject: [PATCH] Use work-around for long filename bug in Windows 2000. Issue #1985. --- 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 0ba5232..f842b0e 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 "%~dP0\..\lib\_server-script.bat" --resourcePath "%~dP0..\config\MakeLDIF" %* +for %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" --resourcePath "%%~dPsi..\config\MakeLDIF" %* -- Gitblit v1.10.0