From 04b84edb2474b6856111269b99c22d9178a4deec Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 15 Aug 2014 23:55:27 +0000 Subject: [PATCH] forgot to remove debugger on switch --- inxi | 6 +++--- inxi.changelog | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index 4dd66e6..24b2597 100755 --- a/inxi +++ b/inxi @@ -3,7 +3,7 @@ #### Script Name: inxi #### Version: 2.1.96 #### Date: 2014-08-15 -#### Patch Number: 01 +#### Patch Number: 02 ######################################################################## #### SPECIAL THANKS ######################################################################## @@ -4888,7 +4888,7 @@ get_dmidecode_data() { eval $LOGFS - local dmiData="" b_debugger='true' + local dmiData="" b_debugger='false' if [[ $B_DMIDECODE_SET != 'true' ]];then dmidecodePath=$( type -p dmidecode 2>/dev/null ) @@ -4901,7 +4901,7 @@ get_dmidecode_data() # strip out all the stuff we don't want to see in the results. We want the error data in # stdout for error handling if [[ $b_debugger == 'true' ]];then - dmiData="$( cat ~/bin/scripts/inxi/data/dmidecode/dmidecode-memory-variants-1.txt )" + dmiData="$( cat ~/bin/scripts/inxi/data/dmidecode/dmidecode-memory-variants-2.txt )" else dmiData="$( $dmidecodePath 2>&1 )" fi diff --git a/inxi.changelog b/inxi.changelog index c82d8c8..3607acd 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,14 @@ +===================================================================================== +Version: 2.1.96 +Patch Version: 02 +Script Date: 2014-08-15 +----------------------------------- +Changes: +----------------------------------- +forgot to remove debugger on switch +----------------------------------- +-- Harald Hope - Fri, 15 Aug 2014 16:55:04 -0700 + ===================================================================================== Version: 2.1.96 Patch Version: 01