From 8a2a37bd282ec195f192e0de9a160fd6df03fc47 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sun, 11 Nov 2007 10:30:40 +0100
Subject: Evaluating local arguments befor setting the defaults (Closes:
#444985).
---
helpers/lh_config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/helpers/lh_config b/helpers/lh_config
index f17b300..32f72c5 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -613,11 +613,11 @@ Read_conffile config/binary
Read_conffile config/source
Read_conffile "${LH_CONFIG}"
+Local_arguments "${@}"
+
# Setting defaults
Set_defaults
-Local_arguments "${@}"
-
if [ -n "${LH_CONFFILE}" ]
then
Read_conffile "${LH_CONFFILE}"
--
cgit v1.0