forked from firka/flutter
[flutter_tools] remove execute permissions on shared.sh, and move off path (#58267)
This commit is contained in:
committed by
GitHub
parent
37f562fa36
commit
30fed049fa
2
bin/dart
2
bin/dart
@@ -47,6 +47,6 @@ PROG_NAME="$(follow_links "$BASH_SOURCE")"
|
||||
BIN_DIR="$(cd "${PROG_NAME%/*}" ; pwd -P)"
|
||||
|
||||
# To define `shared::execute()` function
|
||||
source "$BIN_DIR/shared.sh"
|
||||
source "$BIN_DIR/internal/shared.sh"
|
||||
|
||||
shared::execute "$@"
|
||||
|
||||
@@ -47,6 +47,6 @@ PROG_NAME="$(follow_links "$BASH_SOURCE")"
|
||||
BIN_DIR="$(cd "${PROG_NAME%/*}" ; pwd -P)"
|
||||
|
||||
# To define `shared::execute()` function
|
||||
source "$BIN_DIR/shared.sh"
|
||||
source "$BIN_DIR/internal/shared.sh"
|
||||
|
||||
shared::execute "$@"
|
||||
|
||||
0
bin/shared.sh → bin/internal/shared.sh
Executable file → Normal file
0
bin/shared.sh → bin/internal/shared.sh
Executable file → Normal file
Reference in New Issue
Block a user