summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-07 14:37:27 +0200
committerCarl Hetherington <cth@carlh.net>2023-09-07 14:37:27 +0200
commit2211d3b0d6fa0ac55b844052398fdf6a71e082bb (patch)
treea25d3f31a0ef46e1e9516a5eb29b4bd9f1b9b128
parentf9368b8937e08e91965e2219b6cd2a5e1dceda58 (diff)
Try to allow staged and non-staged i18n updates.
-rw-r--r--hacks/i18nup2
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"