From 98478ce1ee5a19dd727c2321c86e59036dc356a1 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Mon, 24 Jul 2017 21:27:34 -0700 Subject: [PATCH] cleanup --- inxi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index 255ddc9..bd917b6 100755 --- a/inxi +++ b/inxi @@ -1,8 +1,8 @@ #!/usr/bin/env bash ######################################################################## #### Script Name: inxi -#### Version: 2.3.24 -#### Date: 2017-07-23 +#### Version: 2.3.25 +#### Date: 2017-07-24 #### Patch Number: 00 ######################################################################## #### 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 # 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/ { - trueCard="" + driver="" gsub(/'"$BAN_LIST_NORMAL"'/, "", $NF) gsub(/'"$BAN_LIST_ARRAY"'/, " ", $NF) gsub(/^ +| +$/, "", $NF)