lh_binary_debian-installer: Remove "local"-oriented bashisms

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-03-22 18:05:42 +00:00
parent 7b2994ec00
commit c70412bcfa
1 changed files with 5 additions and 2 deletions

View File

@ -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 }')"