Commit e92e6917 authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

SUSE: Changed ASCII behavior

In SUSE's `lsb_release`, they have different behavior for `-ir` and `-d`, one output will be `openSUSE Leap 42.1` and the other will be `SUSE LINUX 42.1`. This new behavior would also extend compatibility with SUSE Linux Enterprise.
parent c869e81e
...@@ -2616,7 +2616,7 @@ colors() { ...@@ -2616,7 +2616,7 @@ colors() {
setcolors 3 7 6 1 8 setcolors 3 7 6 1 8
;; ;;
"OpenSuse"* | "Manjaro"* | "Deepin"*) *"SUSE"* | "Manjaro"* | "Deepin"*)
setcolors 2 7 setcolors 2 7
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment