mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
cleaned up printout consistency
This commit is contained in:
parent
f249b4f319
commit
2b9a312eb3
2
inxi
2
inxi
|
@ -5418,7 +5418,7 @@ print_gfx_data()
|
||||||
elif [[ $( wc -w <<< $x_driver ) -gt 1 ]];then
|
elif [[ $( wc -w <<< $x_driver ) -gt 1 ]];then
|
||||||
x_driver_plural='s'
|
x_driver_plural='s'
|
||||||
fi
|
fi
|
||||||
x_driver_string="${C1}driver$x_driver_plural:${C2} $x_driver "
|
x_driver_string="${C1}driver$x_driver_plural${C2} $x_driver "
|
||||||
|
|
||||||
# some basic error handling:
|
# some basic error handling:
|
||||||
if [[ -z $screen_resolution ]];then
|
if [[ -z $screen_resolution ]];then
|
||||||
|
|
Loading…
Reference in a new issue