lh_binary_debian-installer: Remove "local"-oriented bashisms

This commit is contained in:
Chris Lamb 2008-03-22 18:05:42 +00:00 committed by Daniel Baumann
parent ee955b12ce
commit 07c3a04027
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 }')"