1
0
Fork 0

download_and_compile.sh: remove an extraneous space that slipped in

This commit is contained in:
Florent Rougon 2017-10-03 11:08:36 +02:00
parent bcb4eb6064
commit e950c89c2f

View file

@ -313,7 +313,7 @@ fi
# Ensure 'dctrl-tools' is installed
if [[ "$(dpkg-query --showformat='${db:Status-Status}\n' --show dctrl-tools \
2>/dev/null | awk '{print $3}') " != "installed" ]]; then
2>/dev/null | awk '{print $3}')" != "installed" ]]; then
if [[ "$DOWNLOAD_PACKAGES" = "y" ]]; then
_aptInstall dctrl-tools
else