diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-10 20:13:33 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-10 20:17:44 +0100 |
commit | ca49c9825aa4d4cf2e744425e7e5f67fbe2ffb86 (patch) | |
tree | 2fbc549524091bb836cd0efe366abd97c18dc96a | |
parent | 4f77a42dcf2fd888e3b9dfde16fcee87455ca53d (diff) | |
download | vyos-live-build-ca49c9825aa4d4cf2e744425e7e5f67fbe2ffb86.tar.gz vyos-live-build-ca49c9825aa4d4cf2e744425e7e5f67fbe2ffb86.zip |
Fix "lh_config -c". Thanks to Simon Schiele <lists@codingmonkey.de>.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
-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 db20343db..6e1c1afbe 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -668,13 +668,13 @@ fi # Reading existing configuration Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source +Local_arguments "${@}" + if [ -n "${LH_CONFFILE}" ] then Read_conffile "${LH_CONFFILE}" fi -Local_arguments "${@}" - # Setting defaults Set_defaults |