summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-06-11 15:30:37 +0200
committerDaniel Baumann <daniel@debian.org>2008-06-11 15:30:37 +0200
commit3dfe5d30fe5dfb227d8c3be7f1a0d7793f9c36b8 (patch)
tree9efc939f6f0f3852dfec894f7ce5c6234ae7942a /helpers
parentd6fa2efe6d51f5b8a821ad126a65d364feec2343 (diff)
downloadvyos-live-build-3dfe5d30fe5dfb227d8c3be7f1a0d7793f9c36b8.tar.gz
vyos-live-build-3dfe5d30fe5dfb227d8c3be7f1a0d7793f9c36b8.zip
Parsing local arguments to lh_config last.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_config10
1 files changed, 5 insertions, 5 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index d073b6b2a..1133cfedc 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