bin/update: Fix change detection

This commit is contained in:
Johannes Meyer 2020-04-29 16:37:25 +02:00
parent b9b4280a9f
commit 89cb994729
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ git diff -U0 \
| grep -qv -e '."Project-Id-Version:' -e '."POT-Creation-Date:' \
|| CHANGES=0
if [ ! $CHANGES ]; then
if [ $CHANGES -eq 0 ]; then
echo "No new messages found.";
git checkout icinga.pot;
else