Browse code

Merge "Fix SIGITIN hang with apt-get"

Jenkins authored on 2016/01/16 06:49:15
Showing 1 changed files
... ...
@@ -1095,7 +1095,7 @@ function apt_get {
1095 1095
     $sudo DEBIAN_FRONTEND=noninteractive \
1096 1096
         http_proxy=${http_proxy:-} https_proxy=${https_proxy:-} \
1097 1097
         no_proxy=${no_proxy:-} \
1098
-        apt-get --option "Dpkg::Options::=--force-confold" --assume-yes "$@"
1098
+        apt-get --option "Dpkg::Options::=--force-confold" --assume-yes "$@" < /dev/null
1099 1099
     result=$?
1100 1100
 
1101 1101
     # stop the clock