diff --git a/inxi b/inxi index 299fed8..c5542b8 100755 --- a/inxi +++ b/inxi @@ -7484,16 +7484,16 @@ print_system_data() if [[ $B_EXTRA_DATA == 'true' ]];then gcc_string=$( get_gcc_version ) if [[ -n $gcc_string ]];then - gcc_string="${C1}gcc${C2} $gcc_string; " + gcc_string="${C1}gcc${C2} $gcc_string, " fi fi # check for 64 bit first if [[ -n $( uname -m | grep -o 'x86_64' ) ]];then - bits="64 bit" + bits="64" else - bits="32 bit" + bits="32" fi - bits="(${gcc_string}${bits})" + bits="(${gcc_string}${bits} bit)" if [[ $B_SHOW_HOST == 'true' ]];then if [[ -z $HOSTNAME ]];then if [[ -n $( type p hostname ) ]];then