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

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

Issue 8004007: Change default for install 32bit libs on 64bit Linux systems to NO. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 34802dfd931bb1cb7ab12b7642fbb076e5f30b1d..f7907392109d44e74b45148660ff04d831b57aa0 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -340,8 +340,8 @@ if [ "$(uname -m)" = "x86_64" ]; then
echo "/usr/lib/debug/usr/lib32. If you ever need to uninstall these files,"
echo "look for packages named *-ia32.deb."
echo "Do you want me to download all packages needed to build new 32bit"
- echo -n "package files (Y/n) "
- if yes_no 0; then
+ echo -n "package files (y/N) "
+ if yes_no 1; then
do_inst_lib32=1
fi
fi
« 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