mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
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:
parent
51727aca90
commit
019d361968
6
inxi
6
inxi
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue