Merge "Fix SIGITIN hang with apt-get"

This commit is contained in:
Jenkins 2016-01-15 21:49:15 +00:00 committed by Gerrit Code Review
commit c461db4a2f
1 changed files with 1 additions and 1 deletions

View File

@ -1095,7 +1095,7 @@ function apt_get {
$sudo DEBIAN_FRONTEND=noninteractive \
http_proxy=${http_proxy:-} https_proxy=${https_proxy:-} \
no_proxy=${no_proxy:-} \
apt-get --option "Dpkg::Options::=--force-confold" --assume-yes "$@"
apt-get --option "Dpkg::Options::=--force-confold" --assume-yes "$@" < /dev/null
result=$?
# stop the clock