ignore shellcheck violation

This commit is contained in:
Jérémy Lecour 2022-06-06 14:40:54 +02:00 committed by Jérémy Lecour
parent a5ce838864
commit 45518823f0
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ if [ -t 1 ]; then
# see if it supports colors...
ncolors=$(tput colors)
# shellcheck disable=SC2086
if [ -n "${ncolors}" ] && [ ${ncolors} -ge 8 ]; then
RED=$(tput setaf 1)
GREEN=$(tput setaf 2)