home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 5 May 2025 20:50:42 +0000 (22:50 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 5 May 2025 20:50:42 +0000 (22:50 +0200)
bookworm/scripts/lib/prefixed_msg

index edb1e1217db520c32a1bc4284cb1e891756b1a9c..b4a3f30d031079cf3fd9e9e122c6105fe7bb5e74 100644 (file)
@@ -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-)