Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
chore(docs): export DARTSDK as well as DART_SDK from env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiblack committed May 9, 2014
1 parent 1d3f696 commit 38929da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if [[ -z $ENV_SET ]]; then
export NGDART_BASE_DIR=$(dirname $NGDART_SCRIPT_DIR)

export DART_SDK="$DARTSDK"
export DARTSDK
export DART=${DART:-"$DARTSDK/bin/dart"}
export PUB=${PUB:-"$DARTSDK/bin/pub"}
export DARTANALYZER=${DARTANALYZER:-"$DARTSDK/bin/dartanalyzer"}
Expand Down

0 comments on commit 38929da

Please sign in to comment.