output tweak

This commit is contained in:
inxi-svn 2011-07-06 02:59:39 +00:00
parent 1c7a7ac7bf
commit 0473aef0a0

2
inxi
View file

@ -6637,7 +6637,7 @@ 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 "
fi