From 68eeb6a28c4ccfa70348a7e8d919ede804ac72c5 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 1 May 2014 22:53:56 +0000 Subject: [PATCH] bsd fixes --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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