Fix findpochanges.sh script

This commit is contained in:
zzz
2020-11-16 11:55:10 -05:00
parent 681d1fc539
commit 08d7384da6

View File

@ -6,8 +6,9 @@ for i in i2p2www/translations/*/*/*.po
do
if [ -d ./.git ]; then
git diff $i | grep '+msgstr' | grep -v '+msgstr ""' > $TMP
fi
else
mtn diff $i | grep '+msgstr' | grep -v '+msgstr ""' > $TMP
fi
if [ -s $TMP ]
then
echo $i >> $TMP2