Closed dlebed closed 1 year ago
CPUINFO could be an empty string on some platforms, for example, on macOS aarch32 (Apple Silicon).
In this case you'll be getting errors like "string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command"
Add quotes to properly handle empty CPUINFO
CPUINFO could be an empty string on some platforms, for example, on macOS aarch32 (Apple Silicon).
In this case you'll be getting errors like "string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command"
Add quotes to properly handle empty CPUINFO