Index: fetch |
diff --git a/fetch b/fetch |
index bea6718c77ffc86eca095d4d9d0dbdb0a57bba5f..37e8e795dbecf247a542af6cd5089b3621f0922d 100755 |
--- a/fetch |
+++ b/fetch |
@@ -5,4 +5,8 @@ |
base_dir=$(dirname "$0") |
+if [[ "#grep#fetch#cleanup#diff#" != *"#$1#"* ]]; then |
Isaac (away)
2013/04/04 18:46:12
This exclusions were to avoid auto-update for cert
|
+ "$base_dir"/update_depot_tools |
+fi |
+ |
PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/fetch.py" "$@" |