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