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