X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=tg-mail.sh;h=4a684644a3977d0c2174e7aa7a8f7f5eeed97031;hp=8d3b6320a11dfb945f2a70821ae7063a431dffff;hb=f263e802af8c5e4b375fa32bb7cee39c7df20d82;hpb=2f7cb405238120a51ab113427d25488ef87ef14b diff --git a/tg-mail.sh b/tg-mail.sh index 8d3b632..4a68464 100644 --- a/tg-mail.sh +++ b/tg-mail.sh @@ -29,7 +29,7 @@ done base_rev="$(git rev-parse --short --verify "refs/top-bases/$name" 2>/dev/null)" || die "not a TopGit-controlled branch" -if ! git send-emmail --help >/dev/null 2>&1; then +if ! git send-email --help >/dev/null 2>&1; then die "git send-email command not available" fi