We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68464b7 commit 8b96a70Copy full SHA for 8b96a70
1 file changed
lib/bashio
@@ -22,5 +22,7 @@ __BASHIO_LIB_DIR=$(dirname "${__BASHIO_BIN}")
22
source "${__BASHIO_LIB_DIR}/bashio.sh"
23
24
# Execute source
25
+BASH_ARGV0=${1:?script to source must be provided}
26
+shift
27
# shellcheck source=/dev/null
-source "$@"
28
+source "$0" "$@"
0 commit comments