diff options
-rwxr-xr-x | helpers/lh_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index db20343..6e1c1af 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -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 |