[SCM] debian-live/live-helper branch, master, updated. 1.0_a40-1-13-g32f6dcd

Chris Lamb chris at chris-lamb.co.uk
Sat Mar 22 18:58:13 UTC 2008


The following commit has been merged in the master branch:
commit c70412bcfa677606bc9a2fd02f2d2fe9372e1138
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sat Mar 22 18:05:42 2008 +0000

    lh_binary_debian-installer: Remove "local"-oriented bashisms
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 5d26fe9..df16f98 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -113,8 +113,11 @@ INITRD_GI="gtk/initrd.gz"
 DESTDIR_GI="${DESTDIR}/gtk"
 
 Install_file() {
-	local FILE="${1}"
-	local TARGET="${2}"
+	local FILE
+	FILE="${1}"
+
+	local TARGET
+	TARGET="${2}"
 
 	SOURCE="$(dpkg -f ${FILE} Source | awk '{ print $1 }')"
 

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list