installer: fix unquoted string

Gbp-Dch: Ignore
Closes: #952851
This commit is contained in:
Lyndon Brown 2020-02-20 08:37:49 +00:00 committed by Raphaël Hertzog
parent 63f374b861
commit fde401a9ac
1 changed files with 1 additions and 1 deletions

View File

@ -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