From 0252ad7adee14dc285113e004d69e3bbb43b20b4 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 30 Oct 2008 07:43:21 +0000 Subject: [PATCH] added gmbh to ban list --- inxi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index ec82481..adf4dc8 100755 --- a/inxi +++ b/inxi @@ -129,7 +129,7 @@ DISTROS_BLIST="debian_version ubuntu_version" # $'\1' gets weird results : # user@host $ ARR=($'\x01'"one two" three four); echo ${ARR[0]} | hd -v # 00000000 01 01 6f 6e 65 20 74 77 6f 0a |..one two.| -A_NORMAL_BANS=( corporation communications technologies technology group $'\2'"\" ltd. $'\2'"\" inc. $'\2'\ co. "(tm)" "(r)" $'\2'"\(rev ..\)" ) +A_NORMAL_BANS=( corporation communications gmbh technologies technology group $'\2'"\" ltd. $'\2'"\" inc. $'\2'\ co. "(tm)" "(r)" $'\2'"\(rev ..\)" ) A_CPU_BANS=( cpu processor $'\2'"[0-9.]+ *[MmGg][Hh][Zz]" ) ## Source global config overrides @@ -1200,12 +1200,12 @@ print_gfx_data() i=1 while [[ -n ${A_GFX_DATA[i]} && $i -le 3 ]] do - gfx_data=" ${C1}Card-$(($i+1))${C2} ${A_GFX_DATA[i]} " + gfx_data=" ${C1}Card-$(($i+1))${C2} ${A_GFX_DATA[i]}" ((i++)) done card_one='Card-1 ' fi - gfx_data=$( create_print_line "Graphics:" "${C1}$card_one${C2}${A_GFX_DATA[0]}${gfx_data} " ) + gfx_data=$( create_print_line "Graphics:" "${C1}$card_one${C2}${A_GFX_DATA[0]}${gfx_data}" ) if [ "$X" -gt 0 ] then