Fix case order for outColor()

This commit is contained in:
2022-02-11 10:20:16 +01:00
parent 15ced9d2dc
commit 637c248b40

View File

@@ -296,11 +296,11 @@ outColor() {
tput setaf 6;;
white)
tput setaf 7;;
*)
tput setaf $1;;
none)
tput sgr0
return 0;;
*)
tput setaf $1;;
esac
case "$2" in