From 9ebba813c91c1d7e07db9ddfb4b80a09265795ee Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 16 Nov 2009 19:26:07 +0000 Subject: [PATCH] cleanup --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 92afa5d..70f7d78 100755 --- a/inxi +++ b/inxi @@ -2232,7 +2232,7 @@ get_gpu_temp_data() }' ) screen_nu=$( cut -d ':' -f 2 <<< $screen_nu ) - gpu_temp="$gpu_temp $screen_nu:$gpu_temp_looper" + gpu_temp="$gpu_temp$screen_nu:$gpu_temp_looper " done elif [[ -n $( type -p aticonfig ) ]];then # gpu_temp=$( aticonfig --adapter=0 --od-gettemperature | gawk -F ': ' '