Evaluating local arguments befor setting the defaults (Closes: #444985).
This commit is contained in:
parent
65fc4e1645
commit
8a2a37bd28
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue