From 0102533ad3cceea3f341de8ee1e5f4c47fc3809c Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sun, 22 May 2011 01:01:36 +0000 Subject: [PATCH] cleanup --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 2acafa2..c25ccf8 100755 --- a/inxi +++ b/inxi @@ -1998,7 +1998,7 @@ get_start_client() B_CONSOLE_IRC='true' if [[ -z $IRC_CLIENT_VERSION ]];then # this is a hack to try to show konversation if it is running but started via /cmd - if [[ -n $( ps aux | grep -i 'konversation' | grep -iv 'grep' ) && $B_RUNNING_IN_X == 'true' ]];then + if [[ -n $( ps aux | grep -i 'konversation' | grep -v 'grep' ) && $B_RUNNING_IN_X == 'true' ]];then IRC_CLIENT='Konversation' IRC_CLIENT_VERSION=" $( konversation --version 2>/dev/null | gawk '/^Konversation/ {print $2}' )" B_CONSOLE_IRC='false'