Parsing local arguments to lh_config last.
This commit is contained in:
parent
d547ed85b5
commit
e6b633314e
|
@ -663,16 +663,16 @@ fi
|
||||||
# Reading existing configuration
|
# Reading existing configuration
|
||||||
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
|
|
||||||
Local_arguments "${@}"
|
|
||||||
|
|
||||||
# Setting defaults
|
|
||||||
Set_defaults
|
|
||||||
|
|
||||||
if [ -n "${LH_CONFFILE}" ]
|
if [ -n "${LH_CONFFILE}" ]
|
||||||
then
|
then
|
||||||
Read_conffile "${LH_CONFFILE}"
|
Read_conffile "${LH_CONFFILE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Local_arguments "${@}"
|
||||||
|
|
||||||
|
# Setting defaults
|
||||||
|
Set_defaults
|
||||||
|
|
||||||
# Checking defaults
|
# Checking defaults
|
||||||
Check_defaults
|
Check_defaults
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue