Add shellcheck ignore for dynamic source
This commit is contained in:
@@ -61,6 +61,7 @@ LIB_COMMON_URL="$(dirname "$(dirname "$SCRIPT_URL")")/lib/common.sh"
|
|||||||
if [[ -n "$SCRIPT_DIR" && -f "${SCRIPT_DIR}/../lib/common.sh" ]]; then
|
if [[ -n "$SCRIPT_DIR" && -f "${SCRIPT_DIR}/../lib/common.sh" ]]; then
|
||||||
source "${SCRIPT_DIR}/../lib/common.sh"
|
source "${SCRIPT_DIR}/../lib/common.sh"
|
||||||
else
|
else
|
||||||
|
# shellcheck source=/dev/null
|
||||||
source <(curl -fsSL "$LIB_COMMON_URL")
|
source <(curl -fsSL "$LIB_COMMON_URL")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user