CheckEmojis: slightly improve output

This commit is contained in:
Miepee 2022-03-01 14:19:54 +01:00 committed by Riesi
parent 71e628b049
commit 24f1e163b8
1 changed files with 1 additions and 1 deletions

View File

@ -69,8 +69,8 @@ done
# Results
# If the error Array is not empty, print everything from it and error out
# Otherwise exit normally
echo "--------------------"
if [[ ${#errArr[@]} != 0 ]] ; then
echo "--------------------"
for errMess in "${errArr[@]}"
do
echo $errMess