changed , to ;

This commit is contained in:
inxi-svn 2011-06-24 17:57:55 +00:00
parent 41caad5be0
commit 1e83ba94f5

2
inxi
View file

@ -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