This commit is contained in:
Marc Beninca 2024-08-26 15:13:28 +02:00
parent 9e059a986b
commit 068e1153ac
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -117,7 +117,7 @@ _spcd_banner_open() {
"${SPCD_BANNER_UP_AND_RIGHT}" "${SPCD_BANNER_UP_AND_RIGHT}"
} }
spcd_banner_render() { _spcd_banner_render() {
_spcd_banner_unset _spcd_banner_unset
_spcd_banner_add "S" _spcd_banner_add "S"
_spcd_banner_add_index _spcd_banner_add_index
@ -381,7 +381,7 @@ spcd_step() {
spcd_step__index="${spcd_step__prefix}_INDEX" spcd_step__index="${spcd_step__prefix}_INDEX"
eval "${spcd_step__index}=\$((${spcd_step__index} + 1))" eval "${spcd_step__index}=\$((${spcd_step__index} + 1))"
eval "${spcd_step__prefix}_LABEL=\"${1}\"" eval "${spcd_step__prefix}_LABEL=\"${1}\""
spcd_banner_render _spcd_banner_render
fi fi
} }