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;; tput setaf 6;;
white) white)
tput setaf 7;; tput setaf 7;;
*)
tput setaf $1;;
none) none)
tput sgr0 tput sgr0
return 0;; return 0;;
*)
tput setaf $1;;
esac esac
case "$2" in case "$2" in