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

index 725bc8dc94005a3f15cdd34cc8bf186b2276bbcd..12867eecbf621d0a6dab361a631426d429920881 100755 (executable)
@@ -134,6 +134,7 @@ while getopts "36gb:hnsiV:" opt; do
         ;;
     b)
         REQUIRED_BRANCH=$OPTARG
+        echo "Setting Required branch $REQUIRED_BRANCH"
         ;;
     V)
         VERSION=$OPTARG
@@ -192,7 +193,7 @@ echo Checking for required branch
 if [ -z $REQUIRED_BRANCH ];
 then
     BRANCH=$REQUIRED_BRANCH
-    echo Building from Branch $BRANCH
+    echo [build] Building from Branch $BRANCH
     OF_VERSION="$VERSION-$BRANCH-`date +%Y-%m-%d`"
 fi