mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
test: ppc64* qemu is qemu-system-ppc64
This commit is contained in:
committed by
Frantisek Sumsal
parent
c8818aebab
commit
f364a17dd1
@@ -102,7 +102,7 @@ function find_qemu_bin() {
|
||||
[ "$QEMU_BIN" ] || QEMU_BIN=$(which -a qemu 2>/dev/null | grep '^/' -m1)
|
||||
;;
|
||||
ppc64*)
|
||||
[ "$QEMU_BIN" ] || QEMU_BIN=$(which -a qemu-system-$ARCH 2>/dev/null | grep '^/' -m1)
|
||||
[ "$QEMU_BIN" ] || QEMU_BIN=$(which -a qemu-system-ppc64 2>/dev/null | grep '^/' -m1)
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user