Chromium Code Reviews| Index: compiler/scripts/dartc.sh |
| diff --git a/compiler/scripts/dartc.sh b/compiler/scripts/dartc.sh |
| index 02f221f918a9fa7474b705b0d6d4e9e90eb34f15..a49242b6257de3f19eeed3d87bf701ebc5798af7 100755 |
| --- a/compiler/scripts/dartc.sh |
| +++ b/compiler/scripts/dartc.sh |
| @@ -1,4 +1,4 @@ |
| -#!/bin/sh |
| +#!/bin/bash --posix |
|
mmendez
2012/01/10 14:27:01
I'm not a scripting guru, but why does using bash
ricow1
2012/01/10 14:34:07
Here is the deal: On our normal linux boxes /bin/s
|
| # Copyright (c) 2011, 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. |