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/ldapsearch.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/bin/ldapsearch.bat b/opends/resource/bin/ldapsearch.bat index a9f119d..afb9db2 100644 --- a/opends/resource/bin/ldapsearch.bat +++ b/opends/resource/bin/ldapsearch.bat @@ -29,5 +29,5 @@ set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPSearch" set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=ldapsearch" -call "%~dP0\_client-script.bat" %* +call "%~dP0\..\lib\_client-script.bat" %* -- Gitblit v1.10.0