mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
bsd fixes
This commit is contained in:
parent
c2b9faab04
commit
1dcc122056
2
inxi
2
inxi
|
@ -5970,7 +5970,7 @@ get_kernel_compiler_version()
|
||||||
if type -p gcc &>/dev/null;then
|
if type -p gcc &>/dev/null;then
|
||||||
compiler_version=$( get_program_version 'gcc' 'Apple[[:space:]]LLVM' '4' )
|
compiler_version=$( get_program_version 'gcc' 'Apple[[:space:]]LLVM' '4' )
|
||||||
if [[ -n $compiler_version ]];then
|
if [[ -n $compiler_version ]];then
|
||||||
compiler_type='LLVM'
|
compiler_type='LLVM-GCC'
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue