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

index fdc2b5e4ce0a278fd7b6c1df9966c1e985a1f531..ee73baa519f88131868857d01cd98a6fb592c223 100755 (executable)
@@ -194,7 +194,7 @@ if [ -n $REQUIRED_BRANCH ];
 then
     BRANCH=$REQUIRED_BRANCH
     echo [build] Building from Branch $BRANCH
-    VERSION=$VERSION$BRANCH
+    VERSION=$VERSION-$BRANCH
     OF_VERSION="$VERSION-$BRANCH-`date +%Y-%m-%d`"
 fi