Fix case order for outColor()
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user