mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 10:09:10 +00:00
bsd fixes
This commit is contained in:
parent
c2b9faab04
commit
1dcc122056
1 changed files with 1 additions and 1 deletions
2
inxi
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue