From 7ea094cabc31fdfad38a6cc033f6988eba882eff Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Tue, 1 Mar 2022 14:19:54 +0100 Subject: [PATCH] CheckEmojis: slightly improve output --- checkEmojis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkEmojis.sh b/checkEmojis.sh index c23c506..fb8fa69 100644 --- a/checkEmojis.sh +++ b/checkEmojis.sh @@ -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