silence po/pull-from-transifex.sh
[quassel.git] / po / pull-from-transifex.sh
index bd513e6..8c97692 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
 #!/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 '
 git add po/*.po && (
   translators=$(while read mode pofile; do
     translator=$(git diff --cached -- ${pofile} | perl -le '