From fc294ed9d94afeaa474ceb6260c5dfc2064a4f6e Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Fri, 17 Aug 2012 16:13:03 +0000 Subject: [PATCH] W32 nightly: fix typos in previous commit git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22328 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/daily_build_git.sh | 2 +- packaging/win32/weekly_build_git.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/win32/daily_build_git.sh b/packaging/win32/daily_build_git.sh index 1fe585a08f..38aed10dc4 100644 --- a/packaging/win32/daily_build_git.sh +++ b/packaging/win32/daily_build_git.sh @@ -43,7 +43,7 @@ else fi newrev=$($GIT_CMD rev-parse HEAD) -if [[ "${oldrev}" != "${oldrev}" ]]; then +if [[ "${oldrev}" != "${newrev}" ]]; then ./build_package_git.sh fi diff --git a/packaging/win32/weekly_build_git.sh b/packaging/win32/weekly_build_git.sh index 368a0a21f9..b3aef2d376 100644 --- a/packaging/win32/weekly_build_git.sh +++ b/packaging/win32/weekly_build_git.sh @@ -46,7 +46,7 @@ else fi newrev=$($GIT_CMD rev-parse HEAD) -if [[ "${oldrev}" != "${oldrev}" ]]; then +if [[ "${oldrev}" != "${newrev}" ]]; then ./build_package_git.sh fi