From e950c89c2fc3c0df4236ed3d772797400399faac Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Tue, 3 Oct 2017 11:08:36 +0200 Subject: [PATCH] download_and_compile.sh: remove an extraneous space that slipped in --- download_and_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_and_compile.sh b/download_and_compile.sh index 8729389..b113621 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -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