diff --git a/docker/build_debian.sh b/docker/build_debian.sh index 801ff454716c6ed6de005513f64aaae74edc9003..1d0be42cfc43f4be4da57763ae63a980e70a55a5 100644 --- a/docker/build_debian.sh +++ b/docker/build_debian.sh @@ -5,7 +5,7 @@ set -ex # Get the codename from distro env -DIST=`cut -d ':' -f2 <<< $distro` +DIST=`cut -d ':' -f2 <<< ${distro:?}` # we get a read-only copy of the source: make a writeable copy cp -aT /synapse/source /synapse/build