From 9c80a62a2fe421c4a391cdf74306661e39bd71a2 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Thu, 03 Apr 2008 15:22:24 +0000 Subject: [PATCH] Fix for issue 3111 (java-args defined in config/java.properties are not taken into account for some tools) Use the proper env variable when launching the scripts. --- opends/resource/bin/ldifmodify.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/bin/ldifmodify.bat b/opends/resource/bin/ldifmodify.bat index dfe467a..440d872 100644 --- a/opends/resource/bin/ldifmodify.bat +++ b/opends/resource/bin/ldifmodify.bat @@ -28,6 +28,6 @@ setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFModify" -set SCRIPT_NAME_ARG=ldifmodify +set SCRIPT_NAME=ldifmodify for %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %* -- Gitblit v1.10.0