Fix weird output when 'ascii_distro' isn't found

This commit is contained in:
Dylan 2016-02-23 17:24:12 +11:00
parent 4d22ecf6ef
commit 12cb33d274

4
fetch
View file

@ -2061,6 +2061,10 @@ colors () {
"Windows"*)
setcolors 1 2 4 3
;;
*)
setcolors 2 1
;;
esac
}