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

Unified Diff: gclient

Issue 11370007: Fix update exclusions for gclient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 1 month 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: gclient
diff --git a/gclient b/gclient
index 625f90e7394b3a961df5e30696013ecd847bba40..6bc1f61722361527588d5e61b486cce5144f4dfd 100755
--- a/gclient
+++ b/gclient
@@ -5,7 +5,7 @@
base_dir=$(dirname "$0")
-if ! [[ "grep fetch cleanup diff" =~ "$1" ]]; then
+if ! [[ "#grep#fetch#cleanup#diff#" =~ "#$1#" ]]; then
"$base_dir"/update_depot_tools
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