cleaned up printout consistency

This commit is contained in:
inxi-svn 2011-05-23 23:08:12 +00:00
parent f249b4f319
commit 2b9a312eb3

2
inxi
View file

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