From ce8f37b63b34479146e92f5c3d4fe747ac3ca5c6 Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 21 Aug 2026 17:48:07 +0400 Subject: [PATCH] test --- bin/miaou-bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/miaou-bash b/bin/miaou-bash index 25ae812..4ccaf5a 100755 --- a/bin/miaou-bash +++ b/bin/miaou-bash @@ -693,9 +693,11 @@ else fi if [[ "$HEREDOC" == true ]]; then + miaou_debug '' # shellcheck source=/dev/stdin source /dev/stdin else + miaou_debug "" # shellcheck source=/dev/null source "$SCRIPT" fi