Add blank lines to error message

This commit is contained in:
JeLuF 2022-11-05 19:02:19 +01:00
parent f969bfa7be
commit cfa6dc7836

View File

@ -3,7 +3,9 @@
#
fail() {
echo
echo "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
echo
if [ "$1" != "" ]; then
echo ERROR: $1
else