From 7cb80134b111af5e945e9f53c7a7d14afa0d586f Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 27 Apr 2020 14:26:07 -0500 Subject: [PATCH] Quotes --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index a6082db5..24e27c80 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