I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 08d7384d authored by zzz's avatar zzz
Browse files

Fix findpochanges.sh script

parent 681d1fc5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment