mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
bad copy paste, fixed
This commit is contained in:
parent
8be45faa8b
commit
4c37defd0c
2
inxi
2
inxi
|
@ -3136,7 +3136,7 @@ get_graphics_glx_data()
|
|||
# if ( $2 ~ / r[3-9][0-9][0-9] / ) {
|
||||
gsub(/'"$BAN_LIST_NORMAL"'/, "", $2)
|
||||
gsub(/ [ \t]+/, " ", $2) # get rid of the created white spaces
|
||||
gsub(/^ +| +$/, "", $0)
|
||||
gsub(/^ +| +$/, "", $2)
|
||||
a[$2]
|
||||
# this counter failed in one case, a bug, and is not needed now
|
||||
# f++
|
||||
|
|
Loading…
Reference in a new issue