Author: nextgens
Date: 2006-05-27 08:49:50 +0000 (Sat, 27 May 2006)
New Revision: 8881

Modified:
   trunk/apps/installer/installclasspath/run.sh
Log:
doh

Modified: trunk/apps/installer/installclasspath/run.sh
===================================================================
--- trunk/apps/installer/installclasspath/run.sh        2006-05-27 08:43:47 UTC 
(rev 8880)
+++ trunk/apps/installer/installclasspath/run.sh        2006-05-27 08:49:50 UTC 
(rev 8881)
@@ -69,13 +69,13 @@
        # unlocked but no thread owns it.
        if test -f /etc/redhat-release
        then
-               LDPROP="2.2.5"
+               LDPROP="set.LD_ASSUME_KERNEL=2.2.5"
                #gentoo however dies with 2.2.5
        elif test -f /etc/gentoo-release -o -f /etc/SuSE-release 
        then 
-               LDPROP="2.4.1" 
+               LDPROP="set.LD_ASSUME_KERNEL=2.4.1" 
        else
-               LDPROP="2.2.5"
+               LDPROP="set.LD_ASSUME_KERNEL=2.2.5"
        fi
 fi 



Reply via email to