test script updates

This commit is contained in:
zzz
2014-04-01 12:59:27 +00:00
parent 90cd68900e
commit fd916a7646
2 changed files with 13 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ DIRS="\
installer/resources/locale/po \
debian/po"
for i in `find $DIRS -maxdepth 1 -type f -name *.po`
for i in `find $DIRS -maxdepth 1 -type f -name \*.po`
do
echo "Checking $i ..."
msgfmt -c $i -o /dev/null