diff --git a/inxi b/inxi index 22baed0..74f04c6 100755 --- a/inxi +++ b/inxi @@ -421,7 +421,9 @@ check_script_depends() if [[ ! -d /proc/ ]];then error_handler 6 fi - + if [[ $B_TESTING_1 == 'true' ]];then + print_screen_output "B_X_RUNNING: $B_X_RUNNING" + fi if [[ $B_X_RUNNING == 'true' ]];then for app_name in xrandr xdpyinfo glxinfo do