Evaluating local arguments befor setting the defaults (Closes: #444985).

This commit is contained in:
Daniel Baumann 2007-11-11 10:30:40 +01:00
parent 8e94824fe9
commit 174bc9ede5
1 changed files with 2 additions and 2 deletions

View File

@ -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}"