Doppelte Verneinung entfernt

This commit is contained in:
qbi 2021-06-06 10:06:37 +02:00
parent df55d17113
commit f4e187c048

View file

@ -119,7 +119,7 @@ print_failed() {
else
printf " Failed\n"
fi
if [ ! -z "$msg" ]; then
if [ -n "$msg" ]; then
print_error "$msg"
fi
fi