forked from I2P_Developers/i2p.i2p
test script updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user