From 585faeee28218efc94325f19a2cca90f53a3f67e Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 16 Feb 2010 22:44:57 +0000 Subject: [PATCH] bug fix --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index ead249b..49bb750 100755 --- a/inxi +++ b/inxi @@ -3249,7 +3249,7 @@ get_ps_data() user=$1 rss=sprintf( "%.2f", $6/1024 ) # have to get rid of [,],(,) eg: [lockd] which break the printout function compare in bash - gsub(/\[|\]\(\)/,"~", $0 ) + gsub(/\[|\]|\(|\)/,"~", $0 ) if ( $12 ~ /^\// ){ appStarterPath=$11 appPath=$12