From 168266634f96a8c41a9da111fa9f8c43b1a2228d Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 27 Jul 2009 06:09:42 +0000 Subject: [PATCH] output tweak --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 2b288bb..934b214 100755 --- a/inxi +++ b/inxi @@ -3961,7 +3961,7 @@ print_sensors_data() else cpu_temp='N/A' fi - cpu_temp="${C1}Cpu Temp:${C2} $cpu_temp" + cpu_temp="${C1}Cpu Temp:${C2} $cpu_temp " if [[ -n ${A_SENSORS_DATA[2]} ]];then cpu_fan="${A_SENSORS_DATA[2]}rpm "