From b7bbff3851444b4390c87e23a846c5bdcab2700f Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 25 Apr 2007 12:35:08 +0000
Subject: [PATCH] Fix for issue 1273 (exception if JAVA_HOME undefined in scripts).

---
 opends/resource/bin/_client-script.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opends/resource/bin/_client-script.sh b/opends/resource/bin/_client-script.sh
index 1f18797..225ea01 100755
--- a/opends/resource/bin/_client-script.sh
+++ b/opends/resource/bin/_client-script.sh
@@ -67,7 +67,7 @@
       then
         export JAVA_BIN
       else
-        echo "Please set JAVA_HOME to the root of a Java 5.0 installation."
+        echo "Please set JAVA_HOME to the root of a Java 5 (or later) installation."
         exit 1
       fi
     fi
@@ -99,6 +99,5 @@
 done
 export CLASSPATH
 
-
 # Launch the appropriate server utility.
 "${JAVA_BIN}" ${JAVA_ARGS} ${SCRIPT_NAME_ARG} "${OPENDS_INVOKE_CLASS}" "${@}"

--
Gitblit v1.10.0