From 25804b6816c78e0b751a22b77d8ada4f23664c7a Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 18 Mar 2019 21:18:01 -0500 Subject: [PATCH] * usr/lib/byobu/logo: - "SuSE" name is an outdated version of it. Use the modern one: SUSE --- debian/changelog | 2 ++ usr/lib/byobu/logo | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 44a5deaf..1727a139 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 12 Aug 2018 11:37:11 -0500 diff --git a/usr/lib/byobu/logo b/usr/lib/byobu/logo index c1e7cd0e..09e67b14 100755 --- a/usr/lib/byobu/logo +++ b/usr/lib/byobu/logo @@ -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*)