Commit 82cfacb2 authored by Rishikesh Nair's avatar Rishikesh Nair Committed by Brad Davidson

Update contrib/util/check-config.sh

parent ce0765c9
...@@ -55,7 +55,7 @@ is_set_as_module() { ...@@ -55,7 +55,7 @@ is_set_as_module() {
} }
color() { color() {
if [[ -n "$NO_COLOR" ]]; then if [ -n "$NO_COLOR" ]; then
return return
fi 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