Merge branch 'dylanaraps:master' into master

This commit is contained in:
Evie Viau 2021-09-25 21:03:26 -04:00 committed by GitHub
commit 4e479dcdbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2491,7 +2491,7 @@ get_gpu() {
gpu_cmd="$(lspci -mm |
awk -F '\"|\" \"|\\(' \
'/"Display|"3D|"VGA/ {
a[$0] = $1 " " $3 " " ($7 ~ /^$|^Device [[:xdigit:]]+$/ ? $4 : $7)
a[$0] = $1 " " $3 " " ($(NF-1) ~ /^$|^Device [[:xdigit:]]+$/ ? $4 : $(NF-1))
}
END { for (i in a) {
if (!seen[a[i]]++) {