From 84af3683bd8e4696d8a1fc3b48731f9481ae8cea Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 24 Jan 2013 00:08:00 +0100 Subject: Escaping quotes to workaround a false-positive of checkbashisms in binary_debian-installer. --- scripts/build/binary_debian-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/binary_debian-installer') diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer index 624b42e5f..70be40b0c 100755 --- a/scripts/build/binary_debian-installer +++ b/scripts/build/binary_debian-installer @@ -528,7 +528,7 @@ then # Drop the packages already installed that d-i doesn't explicitely need _REMAINING_PACKAGES="$(echo ${DI_FIRMWARE_PACKAGES} ${DI_REQ_PACKAGES} | sed -e 's# #|#g')" - _REMAINING_PACKAGES="$(sed -n -e 's|Package: ||p' chroot/var/lib/dpkg/status.tmp | grep -E -v "^${_REMAINING_PACKAGES}$")" + _REMAINING_PACKAGES="$(sed -n -e 's|Package: ||p' chroot/var/lib/dpkg/status.tmp | grep -E -v \"^${_REMAINING_PACKAGES}$\")" for _PACKAGE in ${_REMAINING_PACKAGES} do -- cgit v1.2.3