diff options
Diffstat (limited to 'tinderbox-restart.sh')
-rwxr-xr-x | tinderbox-restart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index f9d37d0..fbfc4db 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -92,7 +92,7 @@ if emerge -u1 sys-kernel/gentoo-sources && [[ -f /usr/src/config ]] && cp /usr/src/config /usr/src/linux/.config pushd /usr/src/linux - make -j14 oldconfig && \ + yes '' | make -j14 oldconfig && \ make -j14 prepare modules_prepare popd |