summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-06-11 15:30:37 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:34 +0100
commite6b633314e0eb93935c3aaf6e074678b003f97df (patch)
tree9efc939f6f0f3852dfec894f7ce5c6234ae7942a
parentd547ed85b5e9859476b5df4dd438c4ba55a0a129 (diff)
downloadlive-build-e6b633314e0eb93935c3aaf6e074678b003f97df.zip
live-build-e6b633314e0eb93935c3aaf6e074678b003f97df.tar.gz
Parsing local arguments to lh_config last.
-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