* usr/lib/byobu/logo: LP: #1004712

- fix Red Hat logo detection
This commit is contained in:
Dustin Kirkland 2012-06-24 15:42:09 -05:00
commit 1d45e71856
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View file

@ -34,6 +34,10 @@ byobu (5.20) unreleased; urgency=low
* usr/share/byobu/profiles/tmux: LP: #1012348
- fix status activity/alert bolding
- seems upstream tmux changed the option name from "alert" to "activity"
[ https://launchpad.net/~ktyubuntu ]
* usr/lib/byobu/logo: LP: #1004712
- fix Red Hat logo detection
* usr/lib/byobu/logo: LP: #1004722
- add apple distro and logo

View file

@ -113,7 +113,7 @@ __logo() {
logo=" lm "
$MARKUP && printf "$(color g w)$logo$(color -)$(color g w)$(color -) " || printf "$logo"
;;
*redhat*)
*red*hat*)
logo=" RH "
$MARKUP && printf "$(color R k)%s$(color -)" "$logo" || printf "$logo"
;;