Fixed a typo

This commit is contained in:
Yannick Mauray 2021-09-10 14:25:37 +02:00 committed by Martin Wimpress
parent a925d0656d
commit d083b69ec7

View file

@ -569,7 +569,7 @@ fi
QEMU_VER=$(${QEMU} -version | head -n1 | cut -d' ' -f4 | cut -d'(' -f1 | sed 's/\.//g')
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
fi