Fixed a typo
This commit is contained in:
parent
a925d0656d
commit
00a0a48edf
2
quickemu
2
quickemu
@ -569,7 +569,7 @@ fi
|
|||||||
|
|
||||||
QEMU_VER=$(${QEMU} -version | head -n1 | cut -d' ' -f4 | cut -d'(' -f1 | sed 's/\.//g')
|
QEMU_VER=$(${QEMU} -version | head -n1 | cut -d' ' -f4 | cut -d'(' -f1 | sed 's/\.//g')
|
||||||
if [ "${QEMU_VER}" -lt 600 ]; then
|
if [ "${QEMU_VER}" -lt 600 ]; then
|
||||||
echo "ERROR! Qemu 6.0.0 is newer is required, detected $(${QEMU} -version | head -n1 | cut -d' ' -f4 | cut -d'(' -f1)."
|
echo "ERROR! Qemu 6.0.0 or newer is required, detected $(${QEMU} -version | head -n1 | cut -d' ' -f4 | cut -d'(' -f1)."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user