summaryrefslogtreecommitdiff
path: root/helpers/lh_config
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-xhelpers/lh_config10
1 files changed, 5 insertions, 5 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index d073b6b..1133cfe 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -663,16 +663,16 @@ fi
# Reading existing configuration
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
-Local_arguments "${@}"
-
-# Setting defaults
-Set_defaults
-
if [ -n "${LH_CONFFILE}" ]
then
Read_conffile "${LH_CONFFILE}"
fi
+Local_arguments "${@}"
+
+# Setting defaults
+Set_defaults
+
# Checking defaults
Check_defaults