pull-from-transifex.sh: Drop -e from git commit
authorDaniel Albers <daniel@lbe.rs>
Tue, 31 Mar 2015 18:24:51 +0000 (20:24 +0200)
committerDaniel Albers <daniel@lbe.rs>
Wed, 10 Feb 2016 23:58:15 +0000 (00:58 +0100)
po/pull-from-transifex.sh

index a0fc017..edc2b35 100755 (executable)
@@ -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