diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-07 14:37:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-07 14:37:27 +0200 |
| commit | 2211d3b0d6fa0ac55b844052398fdf6a71e082bb (patch) | |
| tree | a25d3f31a0ef46e1e9516a5eb29b4bd9f1b9b128 /hacks | |
| parent | f9368b8937e08e91965e2219b6cd2a5e1dceda58 (diff) | |
Try to allow staged and non-staged i18n updates.
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" |
