W32 nightly: fix typos in previous commit

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22328 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2012-08-17 16:13:03 +00:00
parent 9dbc45af54
commit fc294ed9d9
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ else
fi fi
newrev=$($GIT_CMD rev-parse HEAD) newrev=$($GIT_CMD rev-parse HEAD)
if [[ "${oldrev}" != "${oldrev}" ]]; then if [[ "${oldrev}" != "${newrev}" ]]; then
./build_package_git.sh ./build_package_git.sh
fi fi

View File

@ -46,7 +46,7 @@ else
fi fi
newrev=$($GIT_CMD rev-parse HEAD) newrev=$($GIT_CMD rev-parse HEAD)
if [[ "${oldrev}" != "${oldrev}" ]]; then if [[ "${oldrev}" != "${newrev}" ]]; then
./build_package_git.sh ./build_package_git.sh
fi fi