mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
make a var?
This commit is contained in:
parent
c6f74369b8
commit
2db5868fcf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue