Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-05-15 09:47:19 +02:00
commit 96641035d8

View File

@ -7,5 +7,7 @@ else
fi
for FILE in $FILES ; do
php -l $FILE
if [ -f $FILE ] ; then
php -l $FILE
fi
done