diff options
author | Daniel Baumann <daniel@debian.org> | 2008-06-11 15:30:37 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:34 +0100 |
commit | e6b633314e0eb93935c3aaf6e074678b003f97df (patch) | |
tree | 9efc939f6f0f3852dfec894f7ce5c6234ae7942a /helpers/lh_config | |
parent | d547ed85b5e9859476b5df4dd438c4ba55a0a129 (diff) | |
download | vyos-live-build-e6b633314e0eb93935c3aaf6e074678b003f97df.tar.gz vyos-live-build-e6b633314e0eb93935c3aaf6e074678b003f97df.zip |
Parsing local arguments to lh_config last.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 10 |
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 |