From 4d7910b8680dea1549149918e2bb3f4817e18235 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 19 Mar 2020 15:28:15 +0000 Subject: [PATCH] Don't swallow stderr --- quickemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu.sh b/quickemu.sh index 596d187..137d09e 100755 --- a/quickemu.sh +++ b/quickemu.sh @@ -160,7 +160,7 @@ function vm_boot() { -device qemu-xhci \ -device virtio-vga,virgl=${VIRGL},xres=${xres},yres=${yres} \ ${display} \ - "$@" 2>/dev/null + "$@" } function usage() {