Skip to content

Commit

Permalink
dont create messages.mo file
Browse files Browse the repository at this point in the history
  • Loading branch information
zzz committed Oct 11, 2011
1 parent 0898b8e commit 90a70eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/checkpo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 *************"
Expand Down

0 comments on commit 90a70eb

Please sign in to comment.