diff --git a/lib/linter.sh b/lib/linter.sh index 021fa960..5c81665f 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1899,7 +1899,7 @@ Footer() # Exit with 0 if errors disabled # ################################## - if ${ERRORS_DISABLED} then + if ${DISABLE_ERRORS} then exit 0 fi