aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lord2018-05-03 21:42:36 +0100
committerPhillip Lord2018-05-03 21:42:36 +0100
commite10fb2f5e4f23c96dc275fbecfe7e610ac7b2f1a (patch)
tree91760d1574c9ed5dacf634230a007499daab0270
parentbd7053642723f075614bd4d6a71375252730e810 (diff)
downloademacs-scratch/fix-snapshot-building.tar.gz
emacs-scratch/fix-snapshot-building.zip
-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
192echo Checking for required branch 192echo Checking for required branch
193if [ -z $REQUIRED_BRANCH ]; 193if [ -z $REQUIRED_BRANCH ];
194then 194then
195 :
195else 196else
196 BRANCH=$REQUIRED_BRANCH 197 BRANCH=$REQUIRED_BRANCH
197 echo [build] Building from Branch $BRANCH 198 echo [build] Building from Branch $BRANCH