make a var?

This commit is contained in:
Lucas Gravley 2020-04-27 14:24:28 -05:00
parent c6f74369b8
commit 2db5868fcf

View file

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