From 164d8320d439780b4b5f05ef3503f4f5517eccc7 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 8 Nov 2008 21:13:13 +0000 Subject: [PATCH] Fixed konvi bug --- inxi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index 74215ff..903014a 100755 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 0.4.10 +#### version: 0.4.11 #### Date: November 8 2008 ######################################################################## #### inxi is a fork of infobash, the original bash sys info script by locsmif @@ -610,6 +610,7 @@ get_start_client() # when konversation starts inxi from inside itself, as a script, the parent is konversation, not perl if [[ -z $( grep -i 'konversation' <<< $irc_client_path ) && -n $( grep -i 'perl' <<< $irc_client_path ) && -n $( pidof konversation ) ]];then irc_client_path=$( which konversation ) + irc_client_path_lower=$( tr '[:upper:]' '[:lower:]' <<< $irc_client_path ) non_native_konvi='true' fi