From d5ac3326781954e276a94b162d3f72ef4ba221f3 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 13 Dec 2008 20:02:42 +0000 Subject: [PATCH] test 2 --- inxi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/inxi b/inxi index 3ac24a3..47c4d0b 100755 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 0.8.5-b1-t1 +#### version: 0.8.5-b1-t2 #### Date: December 12 2008 ######################################################################## #### inxi is a fork of infobash 3.02, the original bash sys info script by locsmif @@ -152,9 +152,7 @@ B_X_RUNNING='false' if [[ -n $DISPLAY ]];then B_X_RUNNING='true' fi -if [[ $B_TESTING_1 == 'true' ]];then - echo B_X_RUNNING: $B_X_RUNNING -fi + ### Variable initializations: constants DCOPOBJ="default" DEBUG=0 # Set debug levels from 1-10 @@ -2371,6 +2369,10 @@ print_gfx_data() local screen_resolution="$( get_graphics_res_data )" local b_is_mesa='false' + if [[ $B_TESTING_1 == 'true' ]];then + print_screen_output " B_X_RUNNING: $B_X_RUNNING" + fi + # set A_GFX_CARD_DATA get_graphics_card_data # set A_X_DATA