mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
removed debugger output
This commit is contained in:
parent
489bf2b83c
commit
b99cfc9df2
4
inxi
4
inxi
|
@ -41,7 +41,6 @@ DISTRO_GLOB=''
|
||||||
IRC_CLIENT=''
|
IRC_CLIENT=''
|
||||||
IRC_CLIENT_VERSION=''
|
IRC_CLIENT_VERSION=''
|
||||||
|
|
||||||
readlink /proc/$PPID/exe
|
|
||||||
# Variable initializations: constants
|
# Variable initializations: constants
|
||||||
ALLUP=0 # inxi hasn't been 'booted' yet.
|
ALLUP=0 # inxi hasn't been 'booted' yet.
|
||||||
DBI=0 # Debug Buffer Index, index into a debug buffer storing debug messages until infobash is 'all up'
|
DBI=0 # Debug Buffer Index, index into a debug buffer storing debug messages until infobash is 'all up'
|
||||||
|
@ -132,6 +131,9 @@ then
|
||||||
source $HOME/.$SCRIPT_NAME
|
source $HOME/.$SCRIPT_NAME
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# WARNING: In the main part below (search for 'KONVI')
|
# WARNING: In the main part below (search for 'KONVI')
|
||||||
# there's a check for Konversation-specific config files.
|
# there's a check for Konversation-specific config files.
|
||||||
# Any one of these can override the above if infobash is run
|
# Any one of these can override the above if infobash is run
|
||||||
|
|
Loading…
Reference in a new issue