summaryrefslogtreecommitdiff
path: root/repo/hooks
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-26 08:25:32 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-03-26 08:25:32 -0400
commit43f83e2bf59e64345af03378320fa5be44be4a77 (patch)
tree219f61e35eedcb103217c92f2e391d8694a5c1d2 /repo/hooks
parent8fab9383bf9e89374ff7de9a98fd02a5be2d7d6a (diff)
downloadgpsd-43f83e2bf59e64345af03378320fa5be44be4a77.tar.gz
sendmail invocation in ciabot.sh needs an absolute path.
Diffstat (limited to 'repo/hooks')
-rwxr-xr-xrepo/hooks/ciabot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh
index 1bfa3869..f9d2bddc 100755
--- a/repo/hooks/ciabot.sh
+++ b/repo/hooks/ciabot.sh
@@ -31,7 +31,7 @@ from="esr@thyrsus.com"
to="cia@cia.vc"
# SMTP client to use
-sendmail="sendmail -t -f ${from}"
+/usr/sbin/sendmail="sendmail -t -f ${from}"
# Changeset URL
urlprefix="http://git.alpinelinux.org/cgit/$repo/commit/?id="