From 1edb9bd7c884b2cdccb7fa259f2cac7befb9ab5d Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Sun, 10 Aug 2008 20:13:33 +0100
Subject: Fix "lh_config -c". Thanks to Simon Schiele <lists@codingmonkey.de>.

---
 helpers/lh_config | 4 ++--
 1 file 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
 
-- 
cgit v1.0