style: remove unused variables from build script
This commit is contained in:
parent
8329281844
commit
865f3c3904
1 changed files with 0 additions and 4 deletions
|
@ -2,12 +2,8 @@
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
RED=$(tput setaf 1)
|
RED=$(tput setaf 1)
|
||||||
#GREEN=$(tput setaf 2)
|
|
||||||
#YELLOW=$(tput setaf 3)
|
|
||||||
#BLUE=$(tput setaf 4)
|
|
||||||
BOLD=$(tput bold)
|
BOLD=$(tput bold)
|
||||||
RESET=$(tput sgr0)
|
RESET=$(tput sgr0)
|
||||||
#readonly RED GREEN YELLOW BLUE BOLD RESET
|
|
||||||
readonly RED BOLD RESET
|
readonly RED BOLD RESET
|
||||||
|
|
||||||
traperr() {
|
traperr() {
|
||||||
|
|
Loading…
Reference in a new issue