mirror of https://github.com/Icinga/L10n.git
bin/update: Fix change detection
This commit is contained in:
parent
b9b4280a9f
commit
89cb994729
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue