summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_firmware
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-04-01 10:04:19 +0100
committerRaphaƫl Hertzog <hertzog@debian.org>2020-04-23 09:38:01 +0000
commit8c0e802d139a6c4e79566e019d3ebe38b8a4a6f5 (patch)
tree5ec3c62e0b7c3a970bff024073c75c9fa0bd4533 /scripts/build/chroot_firmware
parent11836c0c18b07f4bd1ea22a2163875975f3e6816 (diff)
downloadvyos-live-build-8c0e802d139a6c4e79566e019d3ebe38b8a4a6f5.tar.gz
vyos-live-build-8c0e802d139a6c4e79566e019d3ebe38b8a4a6f5.zip
remove some unwanted quoting of list parameters
there are additional instances in binary_* scripts that are left here because they are covered by changes in MR #157 Gbp-Dch: Short
Diffstat (limited to 'scripts/build/chroot_firmware')
-rwxr-xr-xscripts/build/chroot_firmware2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_firmware b/scripts/build/chroot_firmware
index 11a4f41ae..02bc9f2de 100755
--- a/scripts/build/chroot_firmware
+++ b/scripts/build/chroot_firmware
@@ -71,7 +71,7 @@ then
else
for _ARCHIVE_AREA in ${LB_ARCHIVE_AREAS}
do
- if ! In_list ${_ARCHIVE_AREA} "${LB_PARENT_ARCHIVE_AREAS}"
+ if ! In_list ${_ARCHIVE_AREA} ${LB_PARENT_ARCHIVE_AREAS}
then
DERIVATIVE_ARCHIVE_AREAS="${DERIVATIVE_ARCHIVE_AREAS} ${_ARCHIVE_AREA}"
fi