diff options
| author | Phillip Lord | 2018-05-03 21:42:36 +0100 |
|---|---|---|
| committer | Phillip Lord | 2018-05-03 21:42:36 +0100 |
| commit | e10fb2f5e4f23c96dc275fbecfe7e610ac7b2f1a (patch) | |
| tree | 91760d1574c9ed5dacf634230a007499daab0270 | |
| parent | bd7053642723f075614bd4d6a71375252730e810 (diff) | |
| download | emacs-scratch/fix-snapshot-building.tar.gz emacs-scratch/fix-snapshot-building.zip | |
| -rwxr-xr-x | admin/nt/dist-build/build-zips.sh | 1 |
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 | |||
| 192 | echo Checking for required branch | 192 | echo Checking for required branch |
| 193 | if [ -z $REQUIRED_BRANCH ]; | 193 | if [ -z $REQUIRED_BRANCH ]; |
| 194 | then | 194 | then |
| 195 | : | ||
| 195 | else | 196 | else |
| 196 | BRANCH=$REQUIRED_BRANCH | 197 | BRANCH=$REQUIRED_BRANCH |
| 197 | echo [build] Building from Branch $BRANCH | 198 | echo [build] Building from Branch $BRANCH |