fixed dual gfx bug

This commit is contained in:
inxi-svn 2008-10-29 07:37:26 +00:00
parent 9c27241efd
commit fce18b8fa4

5
inxi
View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
######################################################################## ########################################################################
#### Script Name: inxi #### Script Name: inxi
#### version: 0.1.31 #### version: 0.1.32
#### Date: October 28 2008 #### Date: October 28 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
@ -1208,10 +1208,9 @@ print_it_out()
then then
long_gfx="${long_gfx}$( echo -ne "${C1}Direct rendering${C2} ${GLXDR}${CN}" )" long_gfx="${long_gfx}$( echo -ne "${C1}Direct rendering${C2} ${GLXDR}${CN}" )"
fi fi
print_screen_output "$long_gfx"
fi fi
print_screen_output "$long_gfx"
if [ "$VERBOSITY_LEVEL" -ge 2 ] if [ "$VERBOSITY_LEVEL" -ge 2 ]
then then
print_networking_data print_networking_data