| Index: compiler/scripts/dartc.sh
|
| diff --git a/compiler/scripts/dartc.sh b/compiler/scripts/dartc.sh
|
| index a49242b6257de3f19eeed3d87bf701ebc5798af7..93ac5c1fe2a1d8e157fb258133be30a786bb00be 100755
|
| --- a/compiler/scripts/dartc.sh
|
| +++ b/compiler/scripts/dartc.sh
|
| @@ -3,6 +3,8 @@
|
| # 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.
|
|
|
| +set -e
|
| +
|
| SCRIPT_DIR=$(dirname $0)
|
| DARTC_HOME=$(dirname $SCRIPT_DIR)
|
| DARTC_LIBS=$DARTC_HOME/lib
|
|
|