From 9463611d38b60332658a6521b3380c0b2e0fb36d Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 26 Jun 2022 03:06:15 +0300 Subject: [PATCH 57/57] scripts/potfiles: Replace deprecated egrep use See osdn #44115 Signed-off-by: Marko Lindqvist --- scripts/potfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/potfiles b/scripts/potfiles index e110a63c0a..34c24e25d6 100755 --- a/scripts/potfiles +++ b/scripts/potfiles @@ -24,4 +24,4 @@ find "$1" -name '*.c' -o -name '*.cpp' -o -name '*.h' -o -name '*.sav' -o -name xargs grep -l -I '_("' | sort | diff -u /tmp/potfile - | - egrep '^[+-]' + grep -E '^[+-]' -- 2.35.1