Fix unbound variable in debian element
Change-Id: Ie4bf86fa0ce387a55f1c390f58e58d17267ae61d
This commit is contained in:
parent
a84611d766
commit
48e6ceebe9
@ -23,7 +23,7 @@ else
|
||||
fi
|
||||
DIB_RELEASE=${DIB_RELEASE:-unstable}
|
||||
DEBOOTSTRAP_TARBALL=$DIB_IMAGE_CACHE/debootstrap-${DISTRO_NAME}-${DIB_RELEASE}-${ARCH}.tar.gz
|
||||
if [ -n "$DIB_DEBIAN_MIRROR" ]; then
|
||||
if [ -n "${DIB_DEBIAN_MIRROR:-}" ]; then
|
||||
echo "Use of DIB_DEBIAN_MIRROR environment variable to configure mirror is deprecated."
|
||||
echo "Please use DIB_DISTRIBUTION_MIRROR instead."
|
||||
DIB_DISTRIBUTION_MIRROR=$DIB_DEBIAN_MIRROR
|
||||
|
Loading…
Reference in New Issue
Block a user