From 151f1841cd20e8cb5cb4438a9a93929b214be10b Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 27 Jul 2009 06:33:36 +0000 Subject: [PATCH] turned off debugger --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index 934b214..1d9cf52 100755 --- a/inxi +++ b/inxi @@ -3024,7 +3024,7 @@ get_sensors_data() } # dumping the extra + signs, nobody has negative temps # also, note gawk treats ° as a space, so we have to get the C/F data - # explicitly by testing for $4 ~ /C|F/ then concatenating manually + # explicitly by testing for $3 or $4 ~ /C|F/ then concatenating manually # there are some guesses here, and we will need a lot more data of # different systems before this can be trusted much. Note that there # is a hack here to handle cases where search term has 1 or 2 words with space @@ -3084,7 +3084,7 @@ get_sensors_data() IFS="$ORIGINAL_IFS" log_function_data "A_SENSORS_DATA: ${A_SENSORS_DATA[@]}" - echo "A_SENSORS_DATA: ${A_SENSORS_DATA[@]}" +# echo "A_SENSORS_DATA: ${A_SENSORS_DATA[@]}" eval $LOGFE }