Skip to content

Commit de08455

Browse files
fishythefishCommit Queue
authored andcommitted
Reland "Point sdk/bin/dart to .../dart-sdk/bin/dart"
This is a reland of commit 0dd150b Original change's description: > Point sdk/bin/dart to .../dart-sdk/bin/dart > > Change-Id: I9ec75d2f4c8695448db922b57c2980715d6ef3f0 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/417702 > Commit-Queue: Samuel Rawlins <[email protected]> > Reviewed-by: Samuel Rawlins <[email protected]> > Auto-Submit: Mayank Patke <[email protected]> Change-Id: Ib29d6100d6f86aa5efcfe87d4cbc56796ee00667 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/420360 Reviewed-by: Sigmund Cherem <[email protected]> Commit-Queue: Mayank Patke <[email protected]>
1 parent 4d88cac commit de08455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/bin/dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ fi
5353

5454
BIN_DIR="$OUT_DIR$DART_CONFIGURATION"
5555

56-
exec "$BIN_DIR"/dart "$@"
56+
exec "$BIN_DIR"/dart-sdk/bin/dart "$@"

sdk/bin/dart.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ if "%DART_CONFIGURATION%"=="" set DART_CONFIGURATION=ReleaseX64
1313

1414
set arguments=%*
1515

16-
"%SCRIPTPATH%\..\..\out\%DART_CONFIGURATION%\dart.exe" %arguments%
16+
"%SCRIPTPATH%\..\..\out\%DART_CONFIGURATION%\dart-sdk\bin\dart.exe" %arguments%

0 commit comments

Comments
 (0)