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

Unified Diff: chrome/installer/mac/keystone_install.sh

Issue 7049027: A less wordy version of r85947 and r85948 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« chrome/installer/mac/dirdiffer.sh ('K') | « chrome/installer/mac/dirdiffer.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mac/keystone_install.sh
===================================================================
--- chrome/installer/mac/keystone_install.sh (revision 85947)
+++ chrome/installer/mac/keystone_install.sh (working copy)
@@ -63,7 +63,7 @@
# Workaround for http://code.google.com/p/chromium/issues/detail?id=83180#c3
# In bash 4.0, "declare VAR" no longer initializes VAR if not already set.
-GOOGLE_CHROME_UPDATER_DEBUG="${GOOGLE_CHROME_UPDATER_DEBUG:-}"
+: ${GOOGLE_CHROME_UPDATER_DEBUG:=}
err() {
local error="${1}"
« chrome/installer/mac/dirdiffer.sh ('K') | « chrome/installer/mac/dirdiffer.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698