From ca49c9825aa4d4cf2e744425e7e5f67fbe2ffb86 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sun, 10 Aug 2008 20:13:33 +0100 Subject: Fix "lh_config -c". Thanks to Simon Schiele . Signed-off-by: Chris Lamb --- helpers/lh_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers/lh_config') 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 -- cgit v1.2.3