remove quotes

This commit is contained in:
John Wiebalk 2020-01-31 17:55:01 -05:00
parent cfd813cbda
commit 29c9470bb1

View file

@ -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