diff --git a/findpochanges.sh b/findpochanges.sh index 460776f6..4e63d5a4 100755 --- a/findpochanges.sh +++ b/findpochanges.sh @@ -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