_/echo
This commit is contained in:
parent
70537dde13
commit
9e059a986b
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ _spcd_banner_append() {
|
|||
fi
|
||||
}
|
||||
|
||||
spcd_banner_echo() {
|
||||
_spcd_banner_echo() {
|
||||
echo "\
|
||||
${SPCD_BANNER_TOP}
|
||||
${SPCD_BANNER_MIDDLE}
|
||||
|
@ -131,7 +131,7 @@ spcd_banner_render() {
|
|||
done
|
||||
#
|
||||
_spcd_banner_shut
|
||||
spcd_banner_echo
|
||||
_spcd_banner_echo
|
||||
_spcd_banner_unset
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue