Fixed konvi bug

This commit is contained in:
inxi-svn 2008-11-08 21:13:13 +00:00
parent 17075eeaa8
commit 164d8320d4

3
inxi
View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
######################################################################## ########################################################################
#### Script Name: inxi #### Script Name: inxi
#### version: 0.4.10 #### version: 0.4.11
#### Date: November 8 2008 #### Date: November 8 2008
######################################################################## ########################################################################
#### inxi is a fork of infobash, the original bash sys info script by locsmif #### 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 # 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 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=$( which konversation )
irc_client_path_lower=$( tr '[:upper:]' '[:lower:]' <<< $irc_client_path )
non_native_konvi='true' non_native_konvi='true'
fi fi