From 5531e3603f846a9d9b04dba239673cd0da1ab9c4 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 16 Nov 2009 19:18:35 +0000 Subject: [PATCH] cleanup --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 59bf909..92afa5d 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 ': ' '