Unverified Commit 30fed049 authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

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

parent 37f562fa
......@@ -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 "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment