[scripts] make sure all the do-qemu* scripts exec qemu as the last line

This helps a wrapper script test for proper exit.
This commit is contained in:
Travis Geiselbrecht
2025-10-01 23:33:25 -07:00
parent ad6ef65a5a
commit e3ffad684f
7 changed files with 7 additions and 8 deletions

View File

@@ -140,5 +140,4 @@ fi
$DIR/make-parallel $MAKE_VARS $PROJECT &&
echo $SUDO $QEMU $ARGS $@ &&
$SUDO $QEMU $ARGS $@
exec $SUDO $QEMU $ARGS $@