Skip to content

Commit

Permalink
help the run-eulex.sh script find qemu on 64 bit systems
Browse files Browse the repository at this point in the history
  • Loading branch information
rain-1 committed Sep 12, 2018
1 parent 7173040 commit 7e61705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-eulex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ KERNEL=eulex

QEMU=${QEMU:-$(command -v qemu-system-i386)}
QEMU=${QEMU:-$(command -v qemu)}
QEMU=${QEMU:-$(command -v qemu-system-x86_64)}

if [ -z $QEMU ]; then
echo "ERROR: qemu not found.";
Expand Down

0 comments on commit 7e61705

Please sign in to comment.