Doppelte Verneinung ist verwirrend. ;-)

This commit is contained in:
qbi 2021-06-13 15:15:38 +02:00
parent c7e38a4d61
commit ad35af7ece

View file

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