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_tar | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/build/source_tar') diff --git a/scripts/build/source_tar b/scripts/build/source_tar index 5d7a83a55..4293ace36 100755 --- a/scripts/build/source_tar +++ b/scripts/build/source_tar @@ -26,8 +26,7 @@ then exit 0 fi -if ! In_list tar "${LB_SOURCE_IMAGES}" -then +if ! In_list tar ${LB_SOURCE_IMAGES}; then exit 0 fi -- cgit v1.2.3