Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: build/install-build-deps.sh

Issue 10332266: Pass a potential --yes flag to an apt-get install. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/install-build-deps.sh
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index c2b89094da7cbfc77cb3660a22a049accda4d39b..28af8974e72fe27328b15971b61cf3eacac7504b 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -252,7 +252,7 @@ if [ "$(uname -m)" = "x86_64" ]; then
else
cmp_list="${cmp_list} lib32readline5-dev"
fi
- sudo apt-get install $cmp_list
+ sudo apt-get install ${do_quietly-} $cmp_list
tmp=/tmp/install-32bit.$$
trap 'rm -rf "${tmp}"' EXIT INT TERM QUIT
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698