fix: Empty line
This commit is contained in:
parent
a60b3cdd77
commit
eb48ae4555
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ ARGS=$(echo "$ARGS" | sed 's/\t/ /g' | tr -s ' ')
|
||||||
trap - ERR
|
trap - ERR
|
||||||
info "Booting image using ${VERS}..."
|
info "Booting image using ${VERS}..."
|
||||||
|
|
||||||
|
|
||||||
[[ "${DEBUG}" == [Yy1]* ]] && set -x
|
[[ "${DEBUG}" == [Yy1]* ]] && set -x
|
||||||
exec qemu-system-x86_64 ${ARGS:+ $ARGS}
|
exec qemu-system-x86_64 ${ARGS:+ $ARGS}
|
||||||
{ set +x; } 2>/dev/null
|
{ set +x; } 2>/dev/null
|
||||||
|
|
Loading…
Reference in a new issue