From e7acb4bf875f794dfbf945794b679fe1dd7037a4 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 26 Apr 2011 08:57:26 +0000 Subject: [PATCH] comment fix --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 6928e67..3ec9793 100755 --- a/inxi +++ b/inxi @@ -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