From 5253675b40d02ebd362dd6fa74040b1edea4c863 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 24 Feb 2015 10:26:11 +0100 Subject: [PATCH] i18n: use --non-interactive mode in push_transifex, even if this is dangerous this is the best way to handle stdin within Makefile --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b392c23e9..74467b7c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -175,7 +175,7 @@ pull-transifex: $(MAKE) -C po update-po push-transifex: - tx push -s -t -f + tx push -s -t -f --no-interactive ### WINDOWS