wrap $DART_BIN invocation in double quotes to escape spaces (#92617)
This commit is contained in:
parent
78689d347c
commit
5a959c948c
@ -38,6 +38,6 @@ REPO_DIR="$BIN_DIR/../../.."
|
|||||||
DART_BIN="$REPO_DIR/bin/dart"
|
DART_BIN="$REPO_DIR/bin/dart"
|
||||||
|
|
||||||
# Ensure pub get has been run in the repo before running the conductor
|
# Ensure pub get has been run in the repo before running the conductor
|
||||||
(cd "$REPO_DIR/dev/conductor/core"; $DART_BIN pub get 1>&2)
|
(cd "$REPO_DIR/dev/conductor/core"; "$DART_BIN" pub get 1>&2)
|
||||||
|
|
||||||
"$DART_BIN" --enable-asserts "$REPO_DIR/dev/conductor/core/bin/cli.dart" "$@"
|
"$DART_BIN" --enable-asserts "$REPO_DIR/dev/conductor/core/bin/cli.dart" "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user