Browse Source

Update contrib/util/check-config.sh

Co-authored-by: Brad Davidson <brad@oatmail.org>
Signed-off-by: Rishikesh Nair <42700059+rishinair11@users.noreply.github.com>
pull/9660/head
Rishikesh Nair 9 months ago committed by Brad Davidson
parent
commit
82cfacb2f3
  1. 2
      contrib/util/check-config.sh

2
contrib/util/check-config.sh

@ -55,7 +55,7 @@ is_set_as_module() {
}
color() {
if [[ -n "$NO_COLOR" ]]; then
if [ -n "$NO_COLOR" ]; then
return
fi

Loading…
Cancel
Save