From: Michael Tremer Date: Fri, 5 Jul 2024 10:25:27 +0000 (+0000) Subject: make.sh: Disconnect standard input from make commands X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a676308b8d597fdffe1713ff890b31e9821bb2a8;p=people%2Fms%2Fipfire-2.x.git make.sh: Disconnect standard input from make commands Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index acf99bc3e..bbd21b91d 100755 --- a/make.sh +++ b/make.sh @@ -787,7 +787,7 @@ run_command() { local t="${SECONDS}" # Run the command and pipe all output to the logfile - if ! "${command[@]}" >> "${LOGFILE}" 2>&1; then + if ! "${command[@]}" >> "${LOGFILE}" 2>&1