Commit bc4754b5 authored by Rishikesh Nair's avatar Rishikesh Nair Committed by Brad Davidson

Update contrib/util/check-config.sh

parent 81a67be1
......@@ -55,7 +55,7 @@ is_set_as_module() {
}
color() {
if [[ -n "$NO_COLOR" ]]; then
if [ -n "$NO_COLOR" ]; then
return
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment