diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-11 10:30:40 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:28 +0100 |
commit | 8a2a37bd282ec195f192e0de9a160fd6df03fc47 (patch) | |
tree | 17979fd8237919dc0641a741925cb267b6ea3aa2 /helpers | |
parent | 65fc4e16458809842acad7d1398e214585758c25 (diff) | |
download | vyos-live-build-8a2a37bd282ec195f192e0de9a160fd6df03fc47.tar.gz vyos-live-build-8a2a37bd282ec195f192e0de9a160fd6df03fc47.zip |
Evaluating local arguments befor setting the defaults (Closes: #444985).
Diffstat (limited to 'helpers')
-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}" |