From 2211d3b0d6fa0ac55b844052398fdf6a71e082bb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 7 Sep 2023 14:37:27 +0200 Subject: [PATCH] Try to allow staged and non-staged i18n updates. --- hacks/i18nup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2