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

Merged
nico merged 1 commits from mark/cdist:machine_type into master 2023-02-03 21:53:14 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c85184dcb4 - Show all commits

View File

@ -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