remove quotes

This commit is contained in:
Lucas Gravley 2019-12-12 13:51:13 -06:00
parent d335b765ec
commit aaea65e3d8

View file

@ -1614,8 +1614,7 @@ StandardLint()
# Lint the file with the rules # # Lint the file with the rules #
################################ ################################
echo " - Utilizing Env:[$ENV_STRING]" echo " - Utilizing Env:[$ENV_STRING]"
echo "Running Command:[standard $ENV_STRING $FILE]" STANDARD_LINT_CMD=$(standard $ENV_STRING "$FILE" 2>&1)
STANDARD_LINT_CMD=$(standard "$ENV_STRING" "$FILE" 2>&1)
####################### #######################
# Load the error code # # Load the error code #