diff options
Diffstat (limited to 'helpers/lh_config')
-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 f17b30019..32f72c573 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -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}" |