From 8e7a0f5d59cac184985d8412cd4ca1f343fa9c1e Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Sun, 15 Mar 2009 12:41:08 +0000
Subject: [PATCH] - fix typo.

---
 opendj-sdk/opends/resource/bin/_script-util.sh |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opendj-sdk/opends/resource/bin/_script-util.sh b/opendj-sdk/opends/resource/bin/_script-util.sh
index 40e8ebc..e986938 100644
--- a/opendj-sdk/opends/resource/bin/_script-util.sh
+++ b/opendj-sdk/opends/resource/bin/_script-util.sh
@@ -66,7 +66,7 @@
   fi
 }
 
-# Determine whether the detected Java environment is acceptable for use. 
+# Determine whether the detected Java environment is acceptable for use.
 test_java() {
   if test -z "${OPENDS_JAVA_ARGS}"
   then
@@ -138,7 +138,7 @@
   LD_PRELOAD_32=
   LD_PRELOAD_64=
   export PATH LD_LIBRARY_PATH LD_LIBRARY_PATH_32 LD_LIBRARY_PATH_64 \
-       LD_PRELOAD LD_PRELOAD_32 LD_PRELOAD_34
+       LD_PRELOAD LD_PRELOAD_32 LD_PRELOAD_64
   SCRIPT_NAME_ARG=-Dorg.opends.server.scriptName=${SCRIPT_NAME}
 	export SCRIPT_NAME_ARG
 }
@@ -167,14 +167,14 @@
 isVersionOrHelp() {
   for opt in `echo $*`
   do
-	if [ $opt = "-V" ] || [ $opt = "--version" ] || 
+	if [ $opt = "-V" ] || [ $opt = "--version" ] ||
 		[ $opt = "-H" ] || [ $opt = "--help" ] ||
                 [ $opt = "-F" ] || [ $opt = "--fullversion" ]
 	then
 		return 0
 	fi
   done
-  return 1 
+  return 1
 }
 
 if test "${INSTALL_ROOT}" = ""
@@ -195,7 +195,7 @@
   if [ -f ${INSTALL_ROOT}/configure ]
   then
     if [ -f /etc/opends/instance.loc ]
-    then 
+    then
       if [ "${SCRIPT_NAME}" = "configure" ]
       then
         isVersionOrHelp $*
@@ -204,7 +204,7 @@
           echo "${INSTALL_ROOT}/configure has already been run. Exiting."
           exit 0
 	fi
-      fi	
+      fi
       INSTANCE_ROOT=`cat /etc/opends/instance.loc`
     else
       if [ "${SCRIPT_NAME}" != "configure" ]
@@ -276,7 +276,7 @@
 }
 
 if [ "${SCRIPT_NAME}" != "configure" ] &&  [ "${SCRIPT_NAME}" != "unconfigure" ]
-then 
+then
   # Perform check unless it is specified not to do it
   if [ -z "$NO_CHECK" ]
   then

--
Gitblit v1.10.0