From 82cfacb2f30cff9913a5317265e12d725d1034b4 Mon Sep 17 00:00:00 2001 From: Rishikesh Nair <42700059+rishinair11@users.noreply.github.com> Date: Sat, 2 Mar 2024 06:09:59 +0530 Subject: [PATCH] Update contrib/util/check-config.sh Co-authored-by: Brad Davidson Signed-off-by: Rishikesh Nair <42700059+rishinair11@users.noreply.github.com> --- contrib/util/check-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/util/check-config.sh b/contrib/util/check-config.sh index 9571f96f18..0c5388cc0d 100755 --- a/contrib/util/check-config.sh +++ b/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