Make sure flag is followed by end of line or space.

pull/349/head
Mark Verboom 9 months ago
parent 90488d2e9e
commit c85184dcb4

@ -515,7 +515,7 @@ check_vm_arch_specific() {
&& return 0
fi
if has_cpuinfo \
&& grep -q -i -e '^flags.*:.*\(hypervisor\|vmm\)' /proc/cpuinfo
&& grep -q -i -e '^flags.*:.*\(hypervisor\|vmm\)\( \|$\) /proc/cpuinfo
then
return 0
fi

Loading…
Cancel
Save