On some systems lscpu provides the field "BIOS CPU family" in addition to "CPU family", which breaks the wrapper's parsing and causes the script to abort. This change amends the parsing to only pick up on "CPU family" when it is the start of a new line.
On some systems lscpu provides the field "BIOS CPU family" in addition to "CPU family", which breaks the wrapper's parsing and causes the script to abort. This change amends the parsing to only pick up on "CPU family" when it is the start of a new line.