From 890bedb0b00b717f882df2dd21c71940db00ced9 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.

---
 opendj-sdk/opends/resource/bin/ldifmodify.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/resource/bin/ldifmodify.bat b/opendj-sdk/opends/resource/bin/ldifmodify.bat
index dfe467a..440d872 100644
--- a/opendj-sdk/opends/resource/bin/ldifmodify.bat
+++ b/opendj-sdk/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