Win32 build: Switch weekly build to daily one.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21761 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2011-12-20 08:04:00 +00:00
parent dbd7744602
commit ddd7f28648

View File

@ -10,8 +10,8 @@
set -e
# Only run this script on Monday night (first day of the week)
if [ `date +%u` != 1 ] ; then exit ; fi
## Only run this script on Monday night (first day of the week)
#if [ `date +%u` != 1 ] ; then exit ; fi
function qpushd() { pushd "$@" >/dev/null; }
function qpopd() { popd >/dev/null; }