From 1dcc12205633cb085b979ce69ebb257ea2c6be16 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 1 May 2014 23:59:46 +0000 Subject: [PATCH] bsd fixes --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 4724609..81729b9 100755 --- a/inxi +++ b/inxi @@ -5970,7 +5970,7 @@ get_kernel_compiler_version() if type -p gcc &>/dev/null;then compiler_version=$( get_program_version 'gcc' 'Apple[[:space:]]LLVM' '4' ) if [[ -n $compiler_version ]];then - compiler_type='LLVM' + compiler_type='LLVM-GCC' fi fi else