From 551a62ae0534b2f87fa5b8e6da8086bb6ad148bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 21 Feb 2013 06:54:24 +0100 Subject: [PATCH 1/1] - don't redirect stdin. Otherwise some interactive scripts (like kernel.spec build asking for new kernel options) won't ask any question and use default values. --- builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.sh b/builder.sh index 5bbbfc9..cbc90db 100755 --- a/builder.sh +++ b/builder.sh @@ -515,7 +515,7 @@ teeboth() { rc=$(< $efile) rm -f $efile else - "$@" < /dev/null + "$@" rc=$? fi fi -- 2.44.0