From: Tai Kedzierski Date: Sun, 19 Mar 2017 17:28:26 +0000 (+0000) Subject: Change variable check to match existing style X-Git-Tag: lxc-1.0.10~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69ed323ecb904d9403b8fabd0f9b25747821b04c;p=thirdparty%2Flxc.git Change variable check to match existing style Signed-off-by: Tai Kedzierski --- diff --git a/templates/lxc-download.in b/templates/lxc-download.in index c1a0638a2..bc7811c68 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -53,7 +53,7 @@ LXC_NAME= LXC_PATH= LXC_ROOTFS= -if [ -z "${DOWNLOAD_KEYSERVER+x}" ]; then +if [ -z "${DOWNLOAD_KEYSERVER:-}" ]; then DOWNLOAD_KEYSERVER="hkp://pool.sks-keyservers.net" # Deal with GPG over http proxy