From 8c0e802d139a6c4e79566e019d3ebe38b8a4a6f5 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Wed, 1 Apr 2020 10:04:19 +0100 Subject: 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 --- scripts/build/installer_debian-installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/installer_debian-installer') diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index d4b9562d5..be596ed27 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -355,7 +355,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} ${DERIVATIVE_ARCHIVE_AREAS}" fi @@ -541,7 +541,7 @@ EOF done for _UDEB in ${UDEBS} do - if ! In_list "$(basename ${_UDEB} | awk -F_ '{ print $1 }')" "${_UDEBS_DERIVED_NAMES}" + if ! In_list "$(basename ${_UDEB} | awk -F_ '{ print $1 }')" ${_UDEBS_DERIVED_NAMES} then _UDEBS_FILTERED="${_UDEBS_FILTERED} ${_UDEB}" fi -- cgit v1.2.3