Fix 'tput: not enough arguments (3) for capability `setaf'' warning in OpenBSD
This commit is contained in:
parent
2818337f84
commit
001cd95827
1 changed files with 8 additions and 8 deletions
|
@ -42,14 +42,14 @@ fi
|
||||||
# probably don't change these
|
# probably don't change these
|
||||||
if [ -x "$(command -v tput)" ]; then
|
if [ -x "$(command -v tput)" ]; then
|
||||||
bold="$(tput bold)"
|
bold="$(tput bold)"
|
||||||
black="$(tput setaf 0)"
|
black="$(tput setaf 0 0 0)"
|
||||||
red="$(tput setaf 1)"
|
red="$(tput setaf 1 0 0)"
|
||||||
green="$(tput setaf 2)"
|
green="$(tput setaf 2 0 0)"
|
||||||
yellow="$(tput setaf 3)"
|
yellow="$(tput setaf 3 0 0)"
|
||||||
blue="$(tput setaf 4)"
|
blue="$(tput setaf 4 0 0)"
|
||||||
magenta="$(tput setaf 5)"
|
magenta="$(tput setaf 5 0 0)"
|
||||||
cyan="$(tput setaf 6)"
|
cyan="$(tput setaf 6 0 0)"
|
||||||
white="$(tput setaf 7)"
|
white="$(tput setaf 7 0 0)"
|
||||||
reset="$(tput sgr0)"
|
reset="$(tput sgr0)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue