dont create messages.mo file

This commit is contained in:
zzz
2011-10-11 14:04:51 +00:00
parent 0898b8ee66
commit 90a70eb245

View File

@@ -20,7 +20,7 @@ DIRS="\
for i in `find $DIRS -maxdepth 1 -type f -name *.po`
do
echo "Checking $i ..."
msgfmt -c $i
msgfmt -c $i -o /dev/null
if [ $? -ne 0 ]
then
echo "********* FAILED CHECK FOR $i *************"