mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
dbd7744602
commit
ddd7f28648
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user