mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
Fixed konvi bug
This commit is contained in:
parent
17075eeaa8
commit
164d8320d4
3
inxi
3
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue