Unverified Commit 69ed323e by Tai Kedzierski Committed by Stéphane Graber

Change variable check to match existing style

parent 928ff122
...@@ -53,7 +53,7 @@ LXC_NAME= ...@@ -53,7 +53,7 @@ LXC_NAME=
LXC_PATH= LXC_PATH=
LXC_ROOTFS= LXC_ROOTFS=
if [ -z "${DOWNLOAD_KEYSERVER+x}" ]; then if [ -z "${DOWNLOAD_KEYSERVER:-}" ]; then
DOWNLOAD_KEYSERVER="hkp://pool.sks-keyservers.net" DOWNLOAD_KEYSERVER="hkp://pool.sks-keyservers.net"
# Deal with GPG over http proxy # Deal with GPG over http proxy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment