diff options
Diffstat (limited to 'hacks')
| -rw-r--r-- | hacks/i18nup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hacks/i18nup b/hacks/i18nup index 1bc679ce5..1942b4531 100644 --- a/hacks/i18nup +++ b/hacks/i18nup @@ -1,5 +1,5 @@ #!/bin/bash -changes=`git status -s | grep "^ M"` +changes=`git status -s | grep "^.*M"` check=`echo "$changes" | grep -v /po/` if [ "$check" != "" ]; then echo "Non i18n updates would be committed" |
