diff --git a/inxi b/inxi index 3c82186..e24d7f9 100644 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 0.8.13.b2.4 +#### version: 0.8.13.b2.5 #### Date: December 22 2008 ######################################################################## #### inxi is a fork of infobash 3.02, the original bash sys info script by locsmif @@ -495,7 +495,7 @@ error_handler() # args: $1 - $@ debugging string text script_debugger() { - if [[ $(B_SCRIPT_UP) ]];then + if [[ $B_SCRIPT_UP == 'true' ]];then # only return if debugger is off and no pre start up errors have occured if [[ $DEBUG -eq 0 && $DEBUG_BUFFER_INDEX -eq 0 ]];then return 0