diff --git a/inxi b/inxi index aca951f..b8a6906 100755 --- a/inxi +++ b/inxi @@ -3871,7 +3871,7 @@ get_cpu_data_bsd() local gawk_fs=': ' # note, in darwin, they switch fs from = to : ... sigh - if [[ $BSD_VERSION == 'openbsd' || $BSD_VERSION == 'darwin-bsd' ]];then + if [[ $BSD_VERSION == 'openbsd' || $BSD_TYPE == 'darwin-bsd' ]];then gawk_fs='=' fi # avoid setting this for systems where you have no read/execute permissions