From e6b633314e0eb93935c3aaf6e074678b003f97df Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Wed, 11 Jun 2008 15:30:37 +0200
Subject: Parsing local arguments to lh_config last.

---
 helpers/lh_config | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/helpers/lh_config b/helpers/lh_config
index d073b6b..1133cfe 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
 
-- 
cgit v1.0