| Index: compiler/scripts/dartc_run.sh
|
| diff --git a/compiler/scripts/dartc_run.sh b/compiler/scripts/dartc_run.sh
|
| index 90f58c5b04045f27406e20a356e1086632bc7406..ad99a949d789ded8bf95bfbfdad4a90181baa0a0 100755
|
| --- a/compiler/scripts/dartc_run.sh
|
| +++ b/compiler/scripts/dartc_run.sh
|
| @@ -13,8 +13,8 @@ unset CLASSPATH
|
| # Figure out where the dartc home is
|
| SCRIPT_DIR=`dirname $0`
|
| DARTC_HOME=`cd $SCRIPT_DIR; pwd`
|
| -DARTC_LIBS=$DIST_DIR/lib
|
| DIST_DIR=$DARTC_HOME/compiler
|
| +DARTC_LIBS=$DIST_DIR/lib
|
|
|
| DARTC_FLAGS=""
|
|
|
|
|