From 1aaf21e9c0e8009beb64af0157321426b3e91b02 Mon Sep 17 00:00:00 2001 From: yukkop Date: Sun, 3 May 2026 05:23:23 +0000 Subject: [PATCH] fix: posix-helpers --- legacy/helper/posix-shell/log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/helper/posix-shell/log.sh b/legacy/helper/posix-shell/log.sh index 581d419..5a46bff 100644 --- a/legacy/helper/posix-shell/log.sh +++ b/legacy/helper/posix-shell/log.sh @@ -148,7 +148,7 @@ log() { '' # shellcheck disable=SC1003 - fmt="$(printf "%s$delimetr" "$@" | sed 's/\\033\[0m/'\'"$color"'/g')" + fmt="$(printf "%s$delimetr" "$@" | sed 's/\\033\[0m/''\'"$color"'/g')" shift # shellcheck disable=SC1003 printf "${BBLACK}${HECTIC_NAMESPACE}> %b\n" "$color$fmt$NC" >&3