From eb44984ae51bc17650c0ba82c0431a209be51631 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 30 Jun 2020 18:55:15 +0200 Subject: [PATCH] templates/lxc-download.in: make shellcheck happy Signed-off-by: Johannes Kastl --- templates/lxc-download.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-download.in b/templates/lxc-download.in index f69b18fd4..fbfca32bc 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -327,7 +327,7 @@ if ! command -V mktemp >/dev/null 2>&1; then DOWNLOAD_TEMP="${DOWNLOAD_TEMP}/tmp/lxc-download.$$" elif [ -n "${DOWNLOAD_TEMP}" ]; then mkdir -p "${DOWNLOAD_TEMP}" - DOWNLOAD_TEMP="$(mktemp -p ${DOWNLOAD_TEMP} -d)" + DOWNLOAD_TEMP="$(mktemp -p "${DOWNLOAD_TEMP}" -d)" else DOWNLOAD_TEMP="${DOWNLOAD_TEMP}$(mktemp -d)" fi -- 2.47.2