[SCM] debian-live/live-helper branch, master, updated. 1.0_a44-1-8-g780b666

Chris Lamb chris at chris-lamb.co.uk
Thu Apr 17 04:48:09 UTC 2008


The following commit has been merged in the master branch:
commit 805304fc4f8d63c3d491a9cafcb4f8e0e477810f
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Thu Apr 17 03:23:55 2008 +0100

    functions/packageslists.sh: Fix bashism
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/functions/packageslists.sh b/functions/packageslists.sh
index f29f134..6aacc13 100755
--- a/functions/packageslists.sh
+++ b/functions/packageslists.sh
@@ -30,7 +30,8 @@ Expand_packagelist ()
 
 Expand_packagelist_file ()
 {
-	local FILE="${1}"
+	local FILE
+	FILE="${1}"
 	shift
 	shift
 

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list