patch update: just added parentheses around the 'unloaded: ...' video drivers to make it more clear they are unloaded, not referring to the

loaded regular ones. Leaving loaded as not showing the 'loaded' string, and FAILED will show as usual, red caps.
This commit is contained in:
inxi-svn 2011-07-05 20:07:57 +00:00
parent 51727aca90
commit 019d361968

6
inxi
View file

@ -2,8 +2,8 @@
########################################################################
#### Script Name: inxi
#### version: 1.7.13
#### Date: June 27 2011
#### Patch Number: 00
#### Date: July 5 2011
#### Patch Number: 01
########################################################################
#### SPECIAL THANKS
########################################################################
@ -6385,7 +6385,7 @@ print_gfx_data()
x_driver="${x_driver} $loaded"
fi
if [[ -n $unloaded ]];then
x_driver="${x_driver} unloaded: $unloaded"
x_driver="${x_driver} (unloaded: $unloaded)"
fi
if [[ -n $failed ]];then
x_driver="${x_driver} ${RED}FAILED:${C2} $failed"