forked from I2P_Developers/i2p.www
Fix findpochanges.sh script
This commit is contained in:
@ -6,8 +6,9 @@ for i in i2p2www/translations/*/*/*.po
|
|||||||
do
|
do
|
||||||
if [ -d ./.git ]; then
|
if [ -d ./.git ]; then
|
||||||
git diff $i | grep '+msgstr' | grep -v '+msgstr ""' > $TMP
|
git diff $i | grep '+msgstr' | grep -v '+msgstr ""' > $TMP
|
||||||
fi
|
else
|
||||||
mtn diff $i | grep '+msgstr' | grep -v '+msgstr ""' > $TMP
|
mtn diff $i | grep '+msgstr' | grep -v '+msgstr ""' > $TMP
|
||||||
|
fi
|
||||||
if [ -s $TMP ]
|
if [ -s $TMP ]
|
||||||
then
|
then
|
||||||
echo $i >> $TMP2
|
echo $i >> $TMP2
|
||||||
|
Reference in New Issue
Block a user