[sdk] - Fix for issue 46050 (Allow spaces in environment constants)

TEST=Manual command line test

Change-Id: I0e6e70093df32b4878b32b91ab101af5ffb8d1a9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/200661
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
This commit is contained in:
asiva 2021-05-19 19:09:02 +00:00 committed by commit-bot@chromium.org
parent 1bfa8610d1
commit 6f2eeae1a4

View file

@ -22,4 +22,4 @@ BIN_DIR="$(cd "${PROG_NAME%/*}" ; pwd -P)"
SNAPSHOTS_DIR="${BIN_DIR}/snapshots"
DART="$BIN_DIR/dart"
exec "$DART" "${SNAPSHOTS_DIR}/dart2native.dart.snapshot" $*
exec "$DART" "${SNAPSHOTS_DIR}/dart2native.dart.snapshot" "$@"