Author: nextgens
Date: 2008-10-03 20:17:26 +0000 (Fri, 03 Oct 2008)
New Revision: 22936
Modified:
trunk/apps/new_installer/scripts/update.sh
Log:
don't use exec there
Modified: trunk/apps/new_installer/scripts/update.sh
===================================================================
--- trunk/apps/new_installer/scripts/update.sh 2008-10-03 20:10:59 UTC (rev
22935)
+++ trunk/apps/new_installer/scripts/update.sh 2008-10-03 20:17:26 UTC (rev
22936)
@@ -8,7 +8,7 @@
if test -x pre-update.sh
then
echo "Running the pre-update script:"
- exec pre-update.sh
+ ./pre-update.sh
echo "Returning from the pre-update script"
fi