summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-11 10:30:40 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:28 +0100
commit8a2a37bd282ec195f192e0de9a160fd6df03fc47 (patch)
tree17979fd8237919dc0641a741925cb267b6ea3aa2 /helpers
parent65fc4e16458809842acad7d1398e214585758c25 (diff)
downloadlive-build-8a2a37bd282ec195f192e0de9a160fd6df03fc47.zip
live-build-8a2a37bd282ec195f192e0de9a160fd6df03fc47.tar.gz
Evaluating local arguments befor setting the defaults (Closes: #444985).
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index f17b300..32f72c5 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}"