This commit is contained in:
inxi-svn 2010-02-16 22:44:57 +00:00
parent 3ea4eca9c1
commit 585faeee28

2
inxi
View file

@ -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