From cffcf9d3d96ecb1f905b466637f2cbce2cad33b5 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 24 Feb 2015 10:25:09 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 629e6062f..4f3100c07 100644 --- a/Makefile +++ b/Makefile @@ -515,4 +515,4 @@ pull-transifex: tx pull -af push-transifex: - tx push -s -t -f + tx push -s -t -f --no-interactive