fix: Empty line

This commit is contained in:
Kroese 2023-11-20 12:31:32 +01:00 committed by GitHub
parent a60b3cdd77
commit eb48ae4555

View file

@ -69,7 +69,6 @@ ARGS=$(echo "$ARGS" | sed 's/\t/ /g' | tr -s ' ')
trap - ERR
info "Booting image using ${VERS}..."
[[ "${DEBUG}" == [Yy1]* ]] && set -x
exec qemu-system-x86_64 ${ARGS:+ $ARGS}
{ set +x; } 2>/dev/null