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