From ddd7f286484ccf104fe3b17e0930b546408a0377 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 20 Dec 2011 08:04:00 +0000 Subject: [PATCH] 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 --- packaging/win32/weekly_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/win32/weekly_build.sh b/packaging/win32/weekly_build.sh index 9645b953d8..5d5a320c7e 100644 --- a/packaging/win32/weekly_build.sh +++ b/packaging/win32/weekly_build.sh @@ -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; }