remove unused 'yellow' var
This commit is contained in:
parent
8331ff712c
commit
d6eae39603
@ -109,7 +109,6 @@ if command -v tput > /dev/null; then
|
|||||||
err=$(tput bold)$(tput setaf 1)
|
err=$(tput bold)$(tput setaf 1)
|
||||||
magenta=$(tput setaf 5)
|
magenta=$(tput setaf 5)
|
||||||
norm=$(tput sgr0)
|
norm=$(tput sgr0)
|
||||||
yellow=$(tput setaf 3)
|
|
||||||
width=$(tput cols)
|
width=$(tput cols)
|
||||||
else
|
else
|
||||||
bold=""
|
bold=""
|
||||||
@ -117,7 +116,6 @@ else
|
|||||||
err="[ERROR] "
|
err="[ERROR] "
|
||||||
magenta=""
|
magenta=""
|
||||||
norm=""
|
norm=""
|
||||||
yellow=""
|
|
||||||
width=80
|
width=80
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user