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

Unified Diff: tool/dependency_overrides.sh

Issue 1781123004: Filter warnings from dependency_overrides to make travis green on (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 9 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: tool/dependency_overrides.sh
diff --git a/tool/dependency_overrides.sh b/tool/dependency_overrides.sh
index 0117db94513b4004a9b31329a15653e43ad126fb..2b0c159a25b0366d390b6b0ba166ae60b7cc145e 100644
--- a/tool/dependency_overrides.sh
+++ b/tool/dependency_overrides.sh
@@ -23,7 +23,8 @@ function checkout_dependency_override_from_github() {
echo "** Checking out $dependency_name override from $url$path#$branch"
- local dep_dir=dependency_overrides/$dependency_name
+ : ${TMPDIR:="/tmp"}
+ local dep_dir=$TMPDIR/dependency_overrides/$dependency_name
[[ -d `dirname $dep_dir` ]] || mkdir `dirname $dep_dir`
« 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