diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-10 20:13:33 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:38 +0100 |
commit | 1edb9bd7c884b2cdccb7fa259f2cac7befb9ab5d (patch) | |
tree | 1d439f20fc60d0556cad85c9dd03460c10a49d01 /helpers | |
parent | 9be35287b82e146fdabebc4d45233a99c4f59a4a (diff) | |
download | live-build-1edb9bd7c884b2cdccb7fa259f2cac7befb9ab5d.zip live-build-1edb9bd7c884b2cdccb7fa259f2cac7befb9ab5d.tar.gz |
Fix "lh_config -c". Thanks to Simon Schiele <lists@codingmonkey.de>.
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 db20343..6e1c1af 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 |