Author: nextgens
Date: 2006-04-09 10:14:29 +0000 (Sun, 09 Apr 2006)
New Revision: 8500
Modified:
trunk/apps/installer/installclasspath/linux/update.sh
Log:
installer: doh
Modified: trunk/apps/installer/installclasspath/linux/update.sh
===================================================================
--- trunk/apps/installer/installclasspath/linux/update.sh 2006-04-09
10:12:27 UTC (rev 8499)
+++ trunk/apps/installer/installclasspath/linux/update.sh 2006-04-09
10:14:29 UTC (rev 8500)
@@ -63,7 +63,7 @@
cat update2.sh |sed "s/$WHAT$WHAT2/$LOCATION/" > update.sh
chmod +x update.sh
echo "New update script detected, re-running"
- exec update.sh
+ exec ./update.sh
fi
cd $WHEREAMI