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

- fix RHEL detection for logo
This commit is contained in:
Dustin Kirkland 2014-02-28 17:56:33 -06:00
commit 120f874a65
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View file

@ -10,6 +10,10 @@ byobu (5.74) unreleased; urgency=low
- add support for yet another batter type (Android)
- thanks to Felix Krull for the initial patch
[ Mike Miller ]
* usr/lib/byobu/logo: LP: #1278006
- fix RHEL detection for logo
[ Daniel Hahler ]
* usr/bin/byobu-keybindings: LP: #1258093
- fix toggling of f-keys

View file

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