From 37c64f3f26f4112651655be0b6df1fdc596baac1 Mon Sep 17 00:00:00 2001 From: "trash80.v2.0" Date: Tue, 23 Dec 2008 04:09:19 +0000 Subject: [PATCH] bug fix. --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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