mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
test 9
This commit is contained in:
parent
6b491f70c1
commit
e558a1f832
5
inxi
5
inxi
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue