Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-12-01 19:37:42 +01:00
commit 07b01001f1

View File

@ -24,6 +24,6 @@ fi
for x in po/*.po ; do
compile $x
if [ $? != 0 ] ; then
return $?
echo Error when compiling $x
fi
done