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/source_hdd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/build/source_hdd') diff --git a/scripts/build/source_hdd b/scripts/build/source_hdd index 01609092c..6b10e64d8 100755 --- a/scripts/build/source_hdd +++ b/scripts/build/source_hdd @@ -26,8 +26,7 @@ then exit 0 fi -if ! In_list hdd "${LB_SOURCE_IMAGES}" -then +if ! In_list hdd ${LB_SOURCE_IMAGES}; then exit 0 fi -- cgit v1.2.3