From 9fe2be5f18da69d68451e51160a8dda609e82c9f Mon Sep 17 00:00:00 2001 From: Daniel Albers Date: Mon, 26 Mar 2012 10:44:18 +0200 Subject: [PATCH 1/1] silence po/pull-from-transifex.sh --- po/pull-from-transifex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/pull-from-transifex.sh b/po/pull-from-transifex.sh index bd513e6a..8c976927 100755 --- a/po/pull-from-transifex.sh +++ b/po/pull-from-transifex.sh @@ -1,6 +1,6 @@ #!/bin/bash -tx pull $* && +tx pull $* > /dev/null && git add po/*.po && ( translators=$(while read mode pofile; do translator=$(git diff --cached -- ${pofile} | perl -le ' -- 2.20.1