diff --git a/tools/docker_build_dist.sh b/tools/docker_build_dist.sh index fb43fea08aa..9cddcdaaece 100755 --- a/tools/docker_build_dist.sh +++ b/tools/docker_build_dist.sh @@ -15,7 +15,7 @@ done # set the lalsuite checkout to use -if [ "x$SOURCE_TAG" == "x" ] ; then +if [ "x$SOURCE_TAG" != "x" ] ; then SOURCE_TAG="master" RSYNC_OPTIONS="--delete" else