From fde401a9ac4bbc709ba83c25aa53bd42ee9262fd Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Thu, 20 Feb 2020 08:37:49 +0000 Subject: installer: fix unquoted string Gbp-Dch: Ignore Closes: #952851 --- scripts/build/installer_debian-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index e9843d672..a0a3f5f1a 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -528,7 +528,7 @@ then fi # Sorting udebs - if [ "${LB_DERIVATIVE}" = true ] + if [ "${LB_DERIVATIVE}" = "true" ] then UDEBS="$(awk '/Filename: / { print $2 }' Packages.derivative)" fi -- cgit v1.2.3