Fix possible broken pipe error message when configuring the kernel

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@182 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Eric Edgar 20 years ago
parent 5432279fba
commit 637e148ff1

@ -52,7 +52,7 @@ config_kernel() {
else else
print_info 1 ' >> Running oldconfig...' print_info 1 ' >> Running oldconfig...'
fi fi
yes '' | compile_generic oldconfig kernel yes '' 2>/dev/null | compile_generic oldconfig kernel
fi fi
if isTrue "${CLEAN}" if isTrue "${CLEAN}"
then then

Loading…
Cancel
Save