Author: nextgens
Date: 2006-05-28 20:58:04 +0000 (Sun, 28 May 2006)
New Revision: 8902

Modified:
   trunk/apps/installer/installclasspath/run.sh
Log:
installer: more universal workaround

Modified: trunk/apps/installer/installclasspath/run.sh
===================================================================
--- trunk/apps/installer/installclasspath/run.sh        2006-05-28 20:43:46 UTC 
(rev 8901)
+++ trunk/apps/installer/installclasspath/run.sh        2006-05-28 20:58:04 UTC 
(rev 8902)
@@ -67,7 +67,10 @@
        # Specifically, at least on 1.4.1. and 1.5.0b2, we get hangs
        # where many threads are stuck waiting for a lock to be 
        # unlocked but no thread owns it.
-       LDPROP="set.LD_ASSUME_KERNEL=2.4.1" 
+       if [[ -d /lib/tls ]]
+       then
+               LDPROP="set.LD_ASSUME_KERNEL=2.4.1" 
+       fi
 fi 




Reply via email to