Skip to content

Commit 30fed04

Browse files
[flutter_tools] remove execute permissions on shared.sh, and move off path (flutter#58267)
1 parent 37f562f commit 30fed04

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bin/dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ PROG_NAME="$(follow_links "$BASH_SOURCE")"
4747
BIN_DIR="$(cd "${PROG_NAME%/*}" ; pwd -P)"
4848

4949
# To define `shared::execute()` function
50-
source "$BIN_DIR/shared.sh"
50+
source "$BIN_DIR/internal/shared.sh"
5151

5252
shared::execute "$@"

bin/flutter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ PROG_NAME="$(follow_links "$BASH_SOURCE")"
4747
BIN_DIR="$(cd "${PROG_NAME%/*}" ; pwd -P)"
4848

4949
# To define `shared::execute()` function
50-
source "$BIN_DIR/shared.sh"
50+
source "$BIN_DIR/internal/shared.sh"
5151

5252
shared::execute "$@"
File renamed without changes.

0 commit comments

Comments
 (0)