mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
* usr/lib/byobu/logo:
- "SuSE" name is an outdated version of it. Use the modern one: SUSE
This commit is contained in:
parent
80aac3ca42
commit
25804b6816
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue