| Index: utils/pub/sdk/pub
|
| diff --git a/utils/pub/sdk/pub b/utils/pub/sdk/pub
|
| deleted file mode 100755
|
| index c732f163244a388e0f088491c40ee5c2dd196bb7..0000000000000000000000000000000000000000
|
| --- a/utils/pub/sdk/pub
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -#!/bin/bash
|
| -# Run pub.dart on the Dart VM. This script assumes the Dart SDK's directory
|
| -# structure.
|
| -
|
| -# Setting BIN_DIR this way is ugly, but is needed to handle the case where
|
| -# dart-sdk/bin has been symlinked to. On MacOS, readlink doesn't work
|
| -# with this case.
|
| -BIN_DIR="$(cd "${0%/*}" ; pwd -P)"
|
| -DART_SDK="$(cd "${BIN_DIR%/*}" ; pwd -P)"
|
| -
|
| -exec "$BIN_DIR"/dart --package-root="$DART_SDK"/packages/ "$DART_SDK"/util/pub/pub.dart $@
|
|
|