From eaa6a6f17df404995b40ae6c4caebfd7947be7bb Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Thu, 26 Apr 2007 14:43:23 +0000 Subject: [PATCH] Complete fix for 1252 restrict installed bin files to relevant platform. --- opends/resource/bin/import-ldif.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/bin/import-ldif.bat b/opends/resource/bin/import-ldif.bat index cddbc11..740e735 100644 --- a/opends/resource/bin/import-ldif.bat +++ b/opends/resource/bin/import-ldif.bat @@ -29,5 +29,5 @@ set OPENDS_INVOKE_CLASS="org.opends.server.tools.ImportLDIF" set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=import-ldif" -call "%~dP0\_server-script.bat" %* +call "%~dP0\..\lib\_server-script.bat" %* -- Gitblit v1.10.0