This commit is contained in:
pvincent
2026-08-21 17:48:07 +04:00
parent 02f84e8568
commit ce8f37b63b
+2
View File
@@ -693,9 +693,11 @@ else
fi fi
if [[ "$HEREDOC" == true ]]; then if [[ "$HEREDOC" == true ]]; then
miaou_debug '<source heredoc/>'
# shellcheck source=/dev/stdin # shellcheck source=/dev/stdin
source /dev/stdin source /dev/stdin
else else
miaou_debug "<source script=$SCRIPT/>"
# shellcheck source=/dev/null # shellcheck source=/dev/null
source "$SCRIPT" source "$SCRIPT"
fi fi