Only match the first word of ''
This commit is contained in:
parent
8df9914158
commit
4d22ecf6ef
7
fetch
7
fetch
|
@ -1950,7 +1950,7 @@ getunderline () {
|
||||||
colors () {
|
colors () {
|
||||||
# Change color of logo based on distro
|
# Change color of logo based on distro
|
||||||
case "$ascii_distro" in
|
case "$ascii_distro" in
|
||||||
"Arch Linux"* | "Antergos"*)
|
"Arch"* | "Antergos"*)
|
||||||
setcolors 6 4
|
setcolors 6 4
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -1971,7 +1971,7 @@ colors () {
|
||||||
setcolors 7 1 3
|
setcolors 7 1 3
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Red Hat"*)
|
"Red"*)
|
||||||
setcolors 7 1 3
|
setcolors 7 1 3
|
||||||
ascii_distro="redhat"
|
ascii_distro="redhat"
|
||||||
;;
|
;;
|
||||||
|
@ -1992,7 +1992,7 @@ colors () {
|
||||||
setcolors 4 7 1
|
setcolors 4 7 1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Mac OS X"* | "Manjaro"* | "Deepin"*)
|
"Mac"* | "Manjaro"* | "Deepin"*)
|
||||||
setcolors 2 3 1 1 5 4
|
setcolors 2 3 1 1 5 4
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -2396,7 +2396,6 @@ while [ "$1" ]; do
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--ascii_distro)
|
--ascii_distro)
|
||||||
image="ascii"
|
|
||||||
ascii_distro="$2"
|
ascii_distro="$2"
|
||||||
case "$2" in "--"* | "") ascii_distro="$distro" ;; esac
|
case "$2" in "--"* | "") ascii_distro="$distro" ;; esac
|
||||||
;;
|
;;
|
||||||
|
|
Reference in New Issue