From 07c3a04027bb3243892ab2812558864330fac440 Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Sat, 22 Mar 2008 18:05:42 +0000
Subject: lh_binary_debian-installer: Remove "local"-oriented bashisms

---
 helpers/lh_binary_debian-installer | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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 }')"
 
-- 
cgit v1.0