[flutter_tools] remove execute permissions on shared.sh, and move off path (#58267)

This commit is contained in:
Christopher Fujino 2020-05-29 16:03:02 -07:00 committed by GitHub
parent 37f562fa36
commit 30fed049fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -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 "$@"

View file

@ -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
View file