summaryrefslogtreecommitdiff
path: root/scripts/build/binary_debian-installer
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-01-24 00:08:00 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:05 +0200
commit4d95bc6e7904f59a6924f608ff8b4f285eb1bc31 (patch)
treea56992a3100db11f9d079d5c481617c0abbe27a6 /scripts/build/binary_debian-installer
parenta2f728280b32c122cc67155887e7c8fc055172e1 (diff)
downloadvyos-live-build-4d95bc6e7904f59a6924f608ff8b4f285eb1bc31.tar.gz
vyos-live-build-4d95bc6e7904f59a6924f608ff8b4f285eb1bc31.zip
Escaping quotes to workaround a false-positive of checkbashisms in binary_debian-installer.
Diffstat (limited to 'scripts/build/binary_debian-installer')
-rwxr-xr-xscripts/build/binary_debian-installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer
index 685cf86f5..a9a3df8da 100755
--- a/scripts/build/binary_debian-installer
+++ b/scripts/build/binary_debian-installer
@@ -477,7 +477,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