From: Daniel Albers Date: Tue, 31 Mar 2015 18:24:51 +0000 (+0200) Subject: pull-from-transifex.sh: Drop -e from git commit X-Git-Tag: travis-deploy-test~519 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=73273933289bc2c0bb71cc805e693dc16e8b17a3;p=quassel.git pull-from-transifex.sh: Drop -e from git commit --- diff --git a/po/pull-from-transifex.sh b/po/pull-from-transifex.sh index a0fc017e..edc2b35c 100755 --- a/po/pull-from-transifex.sh +++ b/po/pull-from-transifex.sh @@ -21,7 +21,7 @@ git add po/*.po po/LINGUAS && ( echo " - ${lang}: ${translator}" done < <(git status --porcelain po/*.po | egrep '^[AM] ')) - git commit -em "Update translations from Transifex + git commit -m "Update translations from Transifex $(for i in po/*.po; do msgfmt --statistics $i