From 3676b8812a3147f209a72185e1e0b50693905d7d Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 12 Sep 2008 11:42:15 -0500 Subject: [PATCH] fix apt-get install to use --yes --- build-support/factor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/factor.sh b/build-support/factor.sh index c60ab46671..cda833d581 100755 --- a/build-support/factor.sh +++ b/build-support/factor.sh @@ -416,7 +416,7 @@ make_boot_image() { install_build_system_apt() { ensure_program_installed yes - yes | sudo apt-get install sudo libc6-dev libfreetype6-dev libx11-dev xorg-dev glutg3-dev wget git-core git-doc rlwrap gcc make + sudo apt-get --yes install sudo libc6-dev libfreetype6-dev libx11-dev xorg-dev glutg3-dev wget git-core git-doc rlwrap gcc make check_ret sudo }