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

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

Issue 2127004: Typo fix for r47191. (Closed)
Patch Set: Created 10 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 8261b70a29faebb1cbd5f32c0d0b3b56f494b530..057b76b0d8554dd9cb659ab7dd7754911c1f865c 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -161,7 +161,7 @@ dbg_list="libatk1.0-dbg libc6-dbg libcairo2-dbg
# CUPS package changed it's name from hardy to the next version. Include
# proper package here depending on the system.
-if ! egrep -q 'Ubuntu (8\.04|8\.10)' /etc/issue; then
+if egrep -q 'Ubuntu (8\.04|8\.10)' /etc/issue; then
dev_list="${dev_list} libcupsys2-dev"
else
dev_list="${dev_list} libcups2-dev"
« 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