cron-script.sh
changeset 13278 2d1dbf286979
parent 13055 154331d3074c
child 13356 8322c38bcccb
--- a/cron-script.sh	Tue Aug 26 06:00:52 2008 +0000
+++ b/cron-script.sh	Tue Aug 26 06:24:12 2008 +0000
@@ -16,10 +16,10 @@
 DEBUG_BUILD=
 DEBUG_DIR=
 DOW=$[ $(date +"%w") % 2 ]
-if [ $DOW -eq "0" ]; then
-  DEBUG_BUILD="--with-debug"
-  DEBUG_DIR=.dbg
-fi
+#if [ $DOW -eq "0" ]; then
+#  DEBUG_BUILD="--with-debug"
+#  DEBUG_DIR=.dbg
+#fi
 
 OSrel=`uname -r | cut -f2 -d.`
 OSarch_full=`uname -p`