bsd fixes

This commit is contained in:
inxi-svn 2014-05-01 23:59:46 +00:00
parent c2b9faab04
commit 1dcc122056

2
inxi
View file

@ -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