From 174bc9ede560310f91168a3309b1ae4de7153984 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 11 Nov 2007 10:30:40 +0100 Subject: Evaluating local arguments befor setting the defaults (Closes: #444985). --- helpers/lh_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers/lh_config') diff --git a/helpers/lh_config b/helpers/lh_config index f17b30019..32f72c573 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -613,11 +613,11 @@ Read_conffile config/binary Read_conffile config/source Read_conffile "${LH_CONFIG}" +Local_arguments "${@}" + # Setting defaults Set_defaults -Local_arguments "${@}" - if [ -n "${LH_CONFFILE}" ] then Read_conffile "${LH_CONFFILE}" -- cgit v1.2.3