home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc3efb
)
Fix.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 5 May 2025 20:52:56 +0000
(22:52 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 5 May 2025 20:52:56 +0000
(22:52 +0200)
bookworm/scripts/lib/prefixed_msg
patch
|
blob
|
history
diff --git
a/bookworm/scripts/lib/prefixed_msg
b/bookworm/scripts/lib/prefixed_msg
index b4a3f30d031079cf3fd9e9e122c6105fe7bb5e74..b91740d3fdafd963374d1c2d94fe29188e3ee0fa 100644
(file)
--- a/
bookworm/scripts/lib/prefixed_msg
+++ b/
bookworm/scripts/lib/prefixed_msg
@@
-12,7
+12,7
@@
prefixed_msg_no_nl() {
_INDENT="${_INDENTOR}"
_SEPARATORS=$(echo "${prefixed_msg_OLD_PREFIX}" | sed 's/[^|]//g')
while [ ! -z "${_SEPARATORS}" ]; do
- _INDENT=
'${_INDENT}${_INDENTOR}'
+ _INDENT=
"${_INDENT}${_INDENTOR}"
_SEPARATORS=$(echo "${_SEPARATORS}" | cut -d'|' -f2-)
done
printf '%s%s%s' "${_INDENT}" "${prefixed_msg_PREFIX}" "$1"