mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
got rid of inconsistent : in I line
This commit is contained in:
parent
96784d1073
commit
78b75f2c35
4
inxi
4
inxi
|
@ -6644,9 +6644,9 @@ print_info_data()
|
|||
gcc_installed='N/A'
|
||||
fi
|
||||
if [[ $B_EXTRA_EXTRA_DATA == 'true' && -n ${A_GCC_VERSIONS[1]} ]];then
|
||||
gcc_others=" ${C1}alt:${C2} $( tr ',' '/' <<< ${A_GCC_VERSIONS[1]} )"
|
||||
gcc_others=" ${C1}alt${C2} $( tr ',' '/' <<< ${A_GCC_VERSIONS[1]} )"
|
||||
fi
|
||||
gcc_installed="${C1}Gcc sys:${C2} $gcc_installed$gcc_others "
|
||||
gcc_installed="${C1}Gcc sys${C2} $gcc_installed$gcc_others "
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue