Fixed a small output issue with card gfx data

This commit is contained in:
inxi-svn 2008-10-30 05:38:10 +00:00
parent d1694d1374
commit 44a2b47d93

4
inxi
View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
######################################################################## ########################################################################
#### Script Name: inxi #### Script Name: inxi
#### version: 0.1.43 #### version: 0.1.45
#### Date: October 29 2008 #### Date: October 29 2008
######################################################################## ########################################################################
#### inxi is a fork of infobash, the original bash sys info script by locsmif #### inxi is a fork of infobash, the original bash sys info script by locsmif
@ -1191,7 +1191,7 @@ print_cpu_data()
print_gfx_data() print_gfx_data()
{ {
local gfx_data='' i='' card_one='' local gfx_data='' i='' card_one='Card '
if [[ ${#A_GFX_DATA[@]} -gt 1 ]] if [[ ${#A_GFX_DATA[@]} -gt 1 ]]
then then