* usr/lib/byobu/logo:

- "SuSE" name is an outdated version of it. Use the modern one: SUSE
This commit is contained in:
Dustin Kirkland 2019-03-18 21:18:01 -05:00
commit 25804b6816
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -4,6 +4,8 @@ byobu (5.128) unreleased; urgency=medium
- Quotes are needed around "$@" to keep parameters from splitting
on spaces.
- https://github.com/dustinkirkland/byobu/pull/31
* usr/lib/byobu/logo:
- "SuSE" name is an outdated version of it. Use the modern one: SUSE
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 12 Aug 2018 11:37:11 -0500

View file

@ -124,7 +124,7 @@ __logo() {
$MARKUP && printf "$(color u B k)%s$(color -)" "$logo" || printf "$logo"
;;
*suse*)
logo="SuSE"
logo="SUSE"
$MARKUP && printf "$(color W g)%s$(color -)" "$logo" || printf "$logo"
;;
*xandros*)