[SCM] debian-live branch, master, updated. 1.0_a48-1-98-gea96223

Daniel Baumann daniel at debian.org
Sat Aug 23 22:49:25 UTC 2008


The following commit has been merged in the master branch:
commit f105c1f4c2ca1b75546400574b693284af15897f
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Aug 10 20:13:33 2008 +0100

    Fix "lh_config -c". Thanks to Simon Schiele <lists at codingmonkey.de>.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

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
 

-- 
debian-live



More information about the debian-live-changes mailing list