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

Unified Diff: chrome/installer/mac/dirdiffer.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
« no previous file with comments | « no previous file | chrome/installer/mac/keystone_install.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mac/dirdiffer.sh
===================================================================
--- chrome/installer/mac/dirdiffer.sh (revision 85948)
+++ chrome/installer/mac/dirdiffer.sh (working copy)
@@ -160,8 +160,8 @@
# 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.
-DIRDIFFER_EXCLUDE="${DIRDIFFER_EXCLUDE:-}"
-DIRDIFFER_NO_DIFF="${DIRDIFFER_NO_DIFF:-}"
+: ${DIRDIFFER_EXCLUDE:=}
+: ${DIRDIFFER_NO_DIFF:=}
TVL 2011/05/20 02:14:01 i'll trust you on this syntax, it isn't one I've s
Mark Mentovai 2011/05/20 02:26:35 TVL wrote:
err() {
local error="${1}"
« no previous file with comments | « no previous file | chrome/installer/mac/keystone_install.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698