Chromium Code Reviews| 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. |