From 1dd2d5bb981fa7cd1b9f698f719194a03724b424 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 581d4197..5a46bffa 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