From 2db5868fcfb4cccc9503a08213d25bb8fc986aab Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:24:28 -0500 Subject: [PATCH] make a var? --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 10147d18..a6082db5 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1755,7 +1755,7 @@ Footer() ################## # Print if not 0 # ################## - if [ "$ERROR_COUNTER" -ne 0 ]; then + if [ ${ERROR_COUNTER} -ne 0 ]; then # Print the goods echo "ERRORS FOUND in $LANGUAGE:[$ERROR_COUNTER]" fi