[SCM] debian-live branch, master, updated. 1.0_a47-1-7-g3dfe5d3

Daniel Baumann daniel at debian.org
Wed Jun 11 13:34:12 UTC 2008


The following commit has been merged in the master branch:
commit 3dfe5d30fe5dfb227d8c3be7f1a0d7793f9c36b8
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jun 11 15:30:37 2008 +0200

    Parsing local arguments to lh_config last.

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
 

-- 
debian-live



More information about the debian-live-changes mailing list