From 29c9470bb1e82df09a373afaa8a38bf6d1136457 Mon Sep 17 00:00:00 2001 From: John Wiebalk Date: Fri, 31 Jan 2020 17:55:01 -0500 Subject: [PATCH] remove quotes --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 19fbd06e..ca315691 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -157,7 +157,7 @@ GetLinterVersions() ############################## # Check the shell for errors # ############################## - if [ $ERROR_CODE -ne 0 ] | [ -z "$GET_VERSION_CMD" ]; then + if [ $ERROR_CODE -ne 0 ] | [ -z $GET_VERSION_CMD ]; then echo "WARN! Failed to get version info for:[$LINTER]" echo "---------------------------------------------" else