This commit is contained in:
inxi-svn 2008-12-13 20:51:31 +00:00
parent 6b491f70c1
commit e558a1f832

5
inxi
View file

@ -1,7 +1,7 @@
#!/bin/bash
########################################################################
#### Script Name: inxi
#### version: 0.8.5-b1-t8
#### version: 0.8.5-b1-t9
#### Date: December 12 2008
########################################################################
#### inxi is a fork of infobash 3.02, the original bash sys info script by locsmif
@ -317,7 +317,7 @@ script_debugger()
if [[ $DEBUG_BUFFER_INDEX -gt 0 ]];then
for (( DEBUG_BUFFER_INDEX=0; DEBUG_BUFFER_INDEX < ${#a_debug_buffer[@]}; DEBUG_BUFFER_INDEX++ ))
do
print_screen_output "${a_debug_buffer[DEBUG_BUFFER_INDEX]}"
print_screen_output "${a_debug_buffer[$DEBUG_BUFFER_INDEX]}"
done
DEBUG_BUFFER_INDEX=0
fi
@ -432,6 +432,7 @@ check_script_depends()
print_screen_output "gfx app tests: app_data:$app_data:"
# fi
if [[ -z $app_data ]];then
print_screen_output "gfx app tests: app_name not found in path:$app_name:"
script_debugger "Resuming in non X mode: $app_name not found in path"
B_X_RUNNING='false'
break