From: Eric Edgar Date: Mon, 7 Mar 2005 16:45:07 +0000 (+0000) Subject: Fix for broken pipe when configuring busybox in the gen_compile.sh script X-Git-Tag: v3.4.10.902~571 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5432279fba830a15884b7f2b47fbb173c246de7b;p=genkernel.git 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 --- 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