Fix "lh_config -c". Thanks to Simon Schiele <lists@codingmonkey.de>.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
4f77a42dcf
commit
ca49c9825a
|
@ -668,13 +668,13 @@ fi
|
|||
# Reading existing configuration
|
||||
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||
|
||||
Local_arguments "${@}"
|
||||
|
||||
if [ -n "${LH_CONFFILE}" ]
|
||||
then
|
||||
Read_conffile "${LH_CONFFILE}"
|
||||
fi
|
||||
|
||||
Local_arguments "${@}"
|
||||
|
||||
# Setting defaults
|
||||
Set_defaults
|
||||
|
||||
|
|
Loading…
Reference in New Issue