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

Unified Diff: tools/testing/legpad/example.sh

Issue 10187018: fix legpad example to use new dart2js bash script (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/legpad/example.sh
diff --git a/tools/testing/legpad/example.sh b/tools/testing/legpad/example.sh
index d4c354f6fe49dbb0ec9f9d9e752af3dd104a1e5a..96cb79f58cdd943a148c5e1b123d6233f6e7ec6d 100755
--- a/tools/testing/legpad/example.sh
+++ b/tools/testing/legpad/example.sh
@@ -3,7 +3,7 @@
# First compile "legpad.dart" to "legpad.dart.js" usung dart2js.
set -x
DART_DIR="../../.."
-$DART_DIR/out/Release_ia32/dart $DART_DIR/out/Release_ia32/dart2js --out=legpad.dart.js legpad.dart
+$DART_DIR/out/Release_ia32/dart2js --out=legpad.dart.js legpad.dart
# Now run legpad to generate an html page that can be used to compile
# example.dart
« 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