From dbe1d7b3c403ccf36a3fd47185882e96530de40c Mon Sep 17 00:00:00 2001 From: audoban Date: Sat, 18 Feb 2017 12:21:50 -0500 Subject: [PATCH] hiding warnings --- po/update-metadata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/update-metadata.sh b/po/update-metadata.sh index 3ca9cc5f1..d99393f42 100755 --- a/po/update-metadata.sh +++ b/po/update-metadata.sh @@ -13,7 +13,7 @@ function generate_desktop_file { cd "$BASEDIR/$1" - LINGUAS=$(ls *.po | xargs --no-run-if-empty --max-args=1 basename -s .po) + LINGUAS=$(ls | grep ".*.po$" | xargs --no-run-if-empty --max-args=1 basename -s .po) echo $LINGUAS > LINGUAS # msgfmt first reads the ‘LINGUAS’ file under directory,