]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Change variable check to match existing style
authorTai Kedzierski <dch.tai@gmail.com>
Sun, 19 Mar 2017 17:28:26 +0000 (17:28 +0000)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 20 Mar 2017 21:47:50 +0000 (17:47 -0400)
Signed-off-by: Tai Kedzierski <dch.tai@gmail.com>
templates/lxc-download.in

index c1a0638a2dd8762437ba3c5843347b6ad9d8b372..bc7811c68c4b67148c7dbbed0eed8509bd22df99 100644 (file)
@@ -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