From 6184df3d1062cf8b064b448fe21128ac13754bdc Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 03 Jan 2008 21:25:27 +0000
Subject: [PATCH] Fix a bug in the java properties tools that broke the script because of a missing line break. Improve the indentation of the resulting set-java-home file generated by dsjavaproperties. Do not use JAVA_ARGS in lib/set-java-properties. Make the setup not to overwrite the environment variables by default.

---
 opends/resource/bin/_script-util.bat |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/opends/resource/bin/_script-util.bat b/opends/resource/bin/_script-util.bat
index 08ff39e..84c1ed2 100644
--- a/opends/resource/bin/_script-util.bat
+++ b/opends/resource/bin/_script-util.bat
@@ -77,7 +77,6 @@
 goto scriptBegin
 
 :checkEnvJavaArgs
-if "%OPENDS_JAVA_ARGS%"=="" set OPENDS_JAVA_ARGS=%JAVA_ARGS%
 if "%OPENDS_JAVA_BIN%" == "" goto checkOpenDSJavaHome
 if not exist "%OPENDS_JAVA_BIN%" goto checkOpenDSJavaHome
 goto endJavaHomeAndArgs

--
Gitblit v1.10.0