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

Unified Diff: third_party/pkg/angular/scripts/analyze.sh

Issue 257423008: Update all Angular libs (run update_all.sh). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | « third_party/pkg/angular/run-test.sh ('k') | third_party/pkg/angular/scripts/env.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/angular/scripts/analyze.sh
diff --git a/third_party/pkg/angular/scripts/analyze.sh b/third_party/pkg/angular/scripts/analyze.sh
index 590d8e515e6a89f878c75fa76089ec0308fefc91..2206784081605f3b39d67e1b7e36241448336e85 100755
--- a/third_party/pkg/angular/scripts/analyze.sh
+++ b/third_party/pkg/angular/scripts/analyze.sh
@@ -1,9 +1,13 @@
-#!/bin/sh
+#!/bin/bash
set -e
. $(dirname $0)/env.sh
+echo '==========='
+echo '== BUILD =='
+echo '==========='
+
OUT=tmp/all.dart
mkdir -p tmp
@@ -23,6 +27,6 @@ do
echo export \'../$FILE\' hide main, NestedRouteInitializer\; >> $OUT
done
-$(dirname $0)/generate-expressions.sh
+$NGDART_SCRIPT_DIR/generate-expressions.sh
$DARTANALYZER $OUT
« no previous file with comments | « third_party/pkg/angular/run-test.sh ('k') | third_party/pkg/angular/scripts/env.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698