hiding warnings

v0.6
audoban 8 years ago committed by Michail Vourlakos
parent 820a83ee1e
commit dbe1d7b3c4

@ -13,7 +13,7 @@ function generate_desktop_file
{ {
cd "$BASEDIR/$1" 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 echo $LINGUAS > LINGUAS
# msgfmt first reads the LINGUAS file under directory, # msgfmt first reads the LINGUAS file under directory,

Loading…
Cancel
Save