fix a bad commit

This commit is contained in:
guinux
2014-11-22 15:10:42 +01:00
parent bd63874d2a
commit da70da90da
56 changed files with 5 additions and 31429 deletions

View File

@@ -1,10 +1,5 @@
#! /bin/sh
<<<<<<< HEAD
for i in `ls ./ | sed s'|.po||'` ; do
msgmerge --update --no-fuzzy-matching --add-location=file --backup=none ./$i.po pamac.pot
=======
for i in `ls po | sed s'|.po||'` ; do
msgmerge --update ./$i.po pamac.pot
>>>>>>> b8153ea47435633a8eb825f30c0976245b417a7e
done