mirror of
https://github.com/Icinga/L10n.git
synced 2025-04-08 17:15:19 +02:00
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…
x
Reference in New Issue
Block a user