From 058dc3a14ec11007f03ec6e84c82bffb6ac1a198 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 19 May 2016 09:05:56 +0200 Subject: ptxd_make_serialize_init: don't add --output-sync for interactive commands Signed-off-by: Michael Olbrich --- scripts/lib/ptxd_make_serialize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_serialize.sh b/scripts/lib/ptxd_make_serialize.sh index a9586df48..44e577c14 100644 --- a/scripts/lib/ptxd_make_serialize.sh +++ b/scripts/lib/ptxd_make_serialize.sh @@ -49,7 +49,7 @@ ptxd_make_serialize_init() { local num="${PTXDIST_PARALLELMFLAGS#-j}" local sync - if make -h | grep -q -- --output-sync; then + if make -h | grep -q -- --output-sync && [ -n "${PTXDIST_FD_STDOUT}" ]; then sync="--output-sync=" fi -- cgit v1.2.3