]> git.eshelyaron.com Git - emacs.git/commitdiff
More
authorPhillip Lord <phillip.lord@russet.org.uk>
Sun, 8 Apr 2018 13:24:38 +0000 (14:24 +0100)
committerPhillip Lord <phillip.lord@russet.org.uk>
Sun, 8 Apr 2018 13:24:38 +0000 (14:24 +0100)
admin/nt/dist-build/build-zips.sh

index 89980f32cb5bae85d3da272ab6e7f8411343a681..f63ac4d8ff41c60bc4a8a1e3ab8a94a2423214af 100755 (executable)
@@ -190,8 +190,9 @@ fi
 
 if [ -z $REQUIRED_BRANCH ];
 then
-   BRANCH=$REQUIRED_BRANCH
-   OF_VERSION="$VERSION-$BRANCH-`date +%Y-%m-%d`"
+    BRANCH=$REQUIRED_BRANCH
+    echo Building from Branch $BRANCH
+    OF_VERSION="$VERSION-$BRANCH-`date +%Y-%m-%d`"
 fi
 
 if (($GIT_UP))