comment fix

This commit is contained in:
inxi-svn 2011-04-26 08:57:26 +00:00
parent e586c16890
commit e7acb4bf87

2
inxi
View file

@ -497,7 +497,7 @@ main()
if [[ -s /etc/$SCRIPT_NAME.conf ]];then
source /etc/$SCRIPT_NAME.conf
fi
# Source user config overrides, /etc/inxi.conf
# Source user config variables override /etc/inxi.conf variables
if [[ -s $HOME/.$SCRIPT_NAME/$SCRIPT_NAME.conf ]];then
source $HOME/.$SCRIPT_NAME/$SCRIPT_NAME.conf
fi