Fix weird output when 'ascii_distro' isn't found
This commit is contained in:
parent
4d22ecf6ef
commit
12cb33d274
1 changed files with 4 additions and 0 deletions
4
fetch
4
fetch
|
@ -2061,6 +2061,10 @@ colors () {
|
|||
"Windows"*)
|
||||
setcolors 1 2 4 3
|
||||
;;
|
||||
|
||||
*)
|
||||
setcolors 2 1
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue