From: Michael Tremer Date: Fri, 5 Jul 2024 10:25:27 +0000 (+0000) Subject: make.sh: Disconnect standard input from make commands X-Git-Tag: v2.29-core188~10^2~334 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ee70f04eae3119e3a0f25d0704d1f6e3eef2261;p=ipfire-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 acf99bc3ea..bbd21b91d4 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