From 5432279fba830a15884b7f2b47fbb173c246de7b Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Mon, 7 Mar 2005 16:45:07 +0000 Subject: [PATCH] Fix for broken pipe when configuring busybox in the gen_compile.sh script git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@181 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_compile.sh b/gen_compile.sh index b7b22da..5b68632 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -253,7 +253,7 @@ compile_busybox() { # UTILS_CC="${TEMP}/diet/bin/diet ${UTILS_CC}" # fi print_info 1 'busybox: >> Configuring...' - yes '' | compile_generic oldconfig utils + yes '' 2>/dev/null | compile_generic oldconfig utils print_info 1 'busybox: >> Compiling...' compile_generic all utils # Busybox and dietlibc don't play nice right now -- 2.26.2