mirror of https://github.com/Icinga/L10n.git
bin/update: Ignore location changes
Prevents new pull requests opened only because some locations need updating.
This commit is contained in:
parent
57f5dc94ca
commit
e98eb20ad7
|
@ -92,7 +92,7 @@ done
|
|||
# Check for changes (new messages) that need to be committed
|
||||
CHANGES=1
|
||||
git diff -U0 \
|
||||
| grep -Pe '^[+-]{1}[^+-]+' \
|
||||
| grep -Pe '^[+-]{1}(?!#:)[^+-]+' \
|
||||
| grep -qv -e '."Project-Id-Version:' -e '."POT-Creation-Date:' \
|
||||
|| CHANGES=0
|
||||
|
||||
|
|
Loading…
Reference in New Issue