mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 02:29:11 +00:00
changed , to ;
This commit is contained in:
parent
41caad5be0
commit
1e83ba94f5
1 changed files with 1 additions and 1 deletions
2
inxi
2
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue