Merge lp:~michelebologna/byobu/fix-suse-logo into lp:byobu

Proposed by Michele Bologna
Status: Needs review
Proposed branch: lp:~michelebologna/byobu/fix-suse-logo
Merge into: lp:byobu
Diff against target: 12 lines (+1/-1)
1 file modified
usr/lib/byobu/logo (+1/-1)
To merge this branch: bzr merge lp:~michelebologna/byobu/fix-suse-logo
Reviewer Review Type Date Requested Status
Dustin Kirkland  Approve
Review via email: mp+362527@code.launchpad.net

Commit message

Fix: use modern SUSE name

Description of the change

"SuSE" name is an outdated version of it. Use the modern one: SUSE

To post a comment you must log in.
Revision history for this message
Dustin Kirkland  (kirkland) :
review: Approve
Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Merged. Will be in 5.128

Unmerged revisions

2608. By Michele Bologna

Fix: use modern SUSE name

"SuSE" name is an outdated version of it. Use the modern one: SUSE

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'usr/lib/byobu/logo'
2--- usr/lib/byobu/logo 2018-08-12 13:44:08 +0000
3+++ usr/lib/byobu/logo 2019-01-31 14:02:50 +0000
4@@ -124,7 +124,7 @@
5 $MARKUP && printf "$(color u B k)%s$(color -)" "$logo" || printf "$logo"
6 ;;
7 *suse*)
8- logo="SuSE"
9+ logo="SUSE"
10 $MARKUP && printf "$(color W g)%s$(color -)" "$logo" || printf "$logo"
11 ;;
12 *xandros*)

Subscribers

People subscribed via source and target branches