summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2018-05-03 21:42:36 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2018-05-03 21:42:36 +0100
commite10fb2f5e4f23c96dc275fbecfe7e610ac7b2f1a (patch)
tree91760d1574c9ed5dacf634230a007499daab0270
parentbd7053642723f075614bd4d6a71375252730e810 (diff)
downloademacs-scratch/fix-snapshot-building.tar.gz
-rwxr-xr-xadmin/nt/dist-build/build-zips.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/nt/dist-build/build-zips.sh b/admin/nt/dist-build/build-zips.sh
index ef17fe1bf98..7ffa8624765 100755
--- a/admin/nt/dist-build/build-zips.sh
+++ b/admin/nt/dist-build/build-zips.sh
@@ -192,6 +192,7 @@ fi
echo Checking for required branch
if [ -z $REQUIRED_BRANCH ];
then
+ :
else
BRANCH=$REQUIRED_BRANCH
echo [build] Building from Branch $BRANCH