Add missing colon when logging outgoing I=
[exim.git] / release-process / scripts / quickrelease
1 #!/bin/sh
2 #
3 # A really dumb script for making a quick tarball of Exim
4
5 set -e
6 trap 'test -n "$TMP_DIR" && rm -r "$TMP_DIR"' EXIT
7 commit="${1:-HEAD}"
8 version=`git describe "$commit"`
9 `dirname $0`/mk_exim_release --no-sizes --no-doc --comp gzip --no-sig --quick "$commit" .
10 echo $version*