From 7dc3efb57bd0bf3af5a43bebf6c80704c7a66e67 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 5 May 2025 22:50:42 +0200 Subject: [PATCH] Fix. --- bookworm/scripts/lib/prefixed_msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookworm/scripts/lib/prefixed_msg b/bookworm/scripts/lib/prefixed_msg index edb1e12..b4a3f30 100644 --- a/bookworm/scripts/lib/prefixed_msg +++ b/bookworm/scripts/lib/prefixed_msg @@ -10,7 +10,7 @@ prefixed_msg_exit() { prefixed_msg_no_nl() { _INDENTOR='##' _INDENT="${_INDENTOR}" - _SEPARATORS=$(echo "${_prefixed_msg_OLD_PREFIX}" | sed 's/[^|]//g') + _SEPARATORS=$(echo "${prefixed_msg_OLD_PREFIX}" | sed 's/[^|]//g') while [ ! -z "${_SEPARATORS}" ]; do _INDENT='${_INDENT}${_INDENTOR}' _SEPARATORS=$(echo "${_SEPARATORS}" | cut -d'|' -f2-) -- 2.30.2