diff --git a/inxi b/inxi index 689587d..dff79ec 100755 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 1.0.101-b1 +#### version: 1.0.102-b1 #### Date: 28 July 2009 ######################################################################## #### SPECIAL THANKS @@ -3056,7 +3056,7 @@ local sample=" tempUnit="°" $4 } } - /^temp1:/ && ! $2 ~ /^-/ { + /^temp1:/ { tempWorking=gensub( /\+(.+)/, "\\1", 1, $2 ) if ( temp1 == "" || tempWorking > 0 ) { temp1=tempWorking @@ -3065,7 +3065,7 @@ local sample=" tempUnit="°" $3 } } - /^temp2:/ && ! $2 ~ /^-/ { + /^temp2:/ { # add to array if array index does not exist OR if number is > 0 tempWorking=gensub( /\+(.+)/, "\\1", 1, $2 ) if ( temp2 == "" || tempWorking > 0 ) {