r22332 - gnucash/branches/2.4/packaging/win32 - W32 weekly: make weekly truly weekly again

Geert Janssens gjanssens at code.gnucash.org
Sat Aug 18 05:25:25 EDT 2012


Author: gjanssens
Date: 2012-08-18 05:25:25 -0400 (Sat, 18 Aug 2012)
New Revision: 22332
Trac: http://svn.gnucash.org/trac/changeset/22332

Modified:
   gnucash/branches/2.4/packaging/win32/weekly_build.sh
Log:
W32 weekly: make weekly truly weekly again

Modified: gnucash/branches/2.4/packaging/win32/weekly_build.sh
===================================================================
--- gnucash/branches/2.4/packaging/win32/weekly_build.sh	2012-08-18 09:05:03 UTC (rev 22331)
+++ gnucash/branches/2.4/packaging/win32/weekly_build.sh	2012-08-18 09:25:25 UTC (rev 22332)
@@ -11,7 +11,7 @@
 set -e
 
 ## Only run this script on Monday night (first day of the week)
-#if [ `date +%u` != 1 ] ; then exit ; fi
+if [ `date +%u` != 1 ] ; then exit ; fi
 
 function qpushd() { pushd "$@" >/dev/null; }
 function qpopd() { popd >/dev/null; }



More information about the gnucash-changes mailing list