mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
cleanup
This commit is contained in:
parent
20ece4a732
commit
98478ce1ee
6
inxi
6
inxi
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
########################################################################
|
########################################################################
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### Version: 2.3.24
|
#### Version: 2.3.25
|
||||||
#### Date: 2017-07-23
|
#### Date: 2017-07-24
|
||||||
#### Patch Number: 00
|
#### Patch Number: 00
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
|
@ -6332,7 +6332,7 @@ get_graphics_card_data()
|
||||||
# cards are either the same or different. We want only the .0 version as a valid
|
# cards are either the same or different. We want only the .0 version as a valid
|
||||||
# card. .1 would be for example: Display Adapter with bus id x:xx.1, not the right one
|
# card. .1 would be for example: Display Adapter with bus id x:xx.1, not the right one
|
||||||
/vga compatible controller|3D controller|Display controller/ {
|
/vga compatible controller|3D controller|Display controller/ {
|
||||||
trueCard=""
|
driver=""
|
||||||
gsub(/'"$BAN_LIST_NORMAL"'/, "", $NF)
|
gsub(/'"$BAN_LIST_NORMAL"'/, "", $NF)
|
||||||
gsub(/'"$BAN_LIST_ARRAY"'/, " ", $NF)
|
gsub(/'"$BAN_LIST_ARRAY"'/, " ", $NF)
|
||||||
gsub(/^ +| +$/, "", $NF)
|
gsub(/^ +| +$/, "", $NF)
|
||||||
|
|
Loading…
Reference in a new issue