mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
tweaking the output slightly
This commit is contained in:
parent
01bb3f205c
commit
ac82ea3e8d
4
inxi
4
inxi
|
@ -7484,7 +7484,7 @@ print_system_data()
|
||||||
if [[ $B_EXTRA_DATA == 'true' ]];then
|
if [[ $B_EXTRA_DATA == 'true' ]];then
|
||||||
gcc_string=$( get_gcc_version )
|
gcc_string=$( get_gcc_version )
|
||||||
if [[ -n $gcc_string ]];then
|
if [[ -n $gcc_string ]];then
|
||||||
gcc_string="${C1}gcc${C2} $gcc_string, "
|
gcc_string=", ${C1}gcc${C2} $gcc_string"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# check for 64 bit first
|
# check for 64 bit first
|
||||||
|
@ -7493,7 +7493,7 @@ print_system_data()
|
||||||
else
|
else
|
||||||
bits="32"
|
bits="32"
|
||||||
fi
|
fi
|
||||||
bits="(${gcc_string}${bits} bit)"
|
bits=" (${bits} bit${gcc_string})"
|
||||||
if [[ $B_SHOW_HOST == 'true' ]];then
|
if [[ $B_SHOW_HOST == 'true' ]];then
|
||||||
if [[ -z $HOSTNAME ]];then
|
if [[ -z $HOSTNAME ]];then
|
||||||
if [[ -n $( type p hostname ) ]];then
|
if [[ -n $( type p hostname ) ]];then
|
||||||
|
|
Loading…
Reference in a new issue