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