From bc1795809c3dd5a704d7e02ff7d7f54a27e0e7d2 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 13 Feb 2010 01:27:35 +0000 Subject: [PATCH] bug fix for output of number --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index e43ac75..3d49270 100755 --- a/inxi +++ b/inxi @@ -4798,10 +4798,10 @@ print_ps_item() case $1 in cpu) - line_start_data="${C1}CPU - top ${C2}$PS_COUNT${C1} in system (% used):${C2}" + line_start_data="${C1}CPU - top${C2} $PS_COUNT ${C1}in system (% used):${C2}" ;; mem) - line_start_data="${C1}Memory - top ${C2}$PS_COUNT${C1} in system (MB / % used):${C2}" + line_start_data="${C1}Memory - top${C2} $PS_COUNT ${C1}in system (MB / % used):${C2}" ;; esac