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

Unified Diff: dart/tools/test.dart

Issue 11065036: Make test.dart executable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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 | dart/tools/testing/bin/darwin10.0 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/test.dart
diff --git a/dart/tools/test.dart b/dart/tools/test.dart
index 869d879fb684e09e851a092cc7c2a60e8237fbd5..b5c60c4a4c81522aadbfef3ac38e8394c748971e 100755
--- a/dart/tools/test.dart
+++ b/dart/tools/test.dart
@@ -1,4 +1,4 @@
-#!/usr/bin/env dart
+#!/bin/bash -c exec$IFS"${0%/*}"/testing/bin/$OSTYPE/dart$IFS"$0"$IFS"$@"
ricow1 2012/10/05 10:48:58 This is pretty magical if people did not actually
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
« no previous file with comments | « no previous file | dart/tools/testing/bin/darwin10.0 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698