summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-26 08:27:04 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-03-26 08:27:04 -0400
commit386de475dff80d4c2b8493995a5714a93cdb49b0 (patch)
tree21acd500bcab9e9163afe72dc32b5846f1f01c4a /repo
parent43f83e2bf59e64345af03378320fa5be44be4a77 (diff)
downloadgpsd-386de475dff80d4c2b8493995a5714a93cdb49b0.tar.gz
Thinko fix.
Diffstat (limited to 'repo')
-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 f9d2bddc..3447afc7 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
-/usr/sbin/sendmail="sendmail -t -f ${from}"
+sendmail="/usr/sbin/sendmail -t -f ${from}"
# Changeset URL
urlprefix="http://git.alpinelinux.org/cgit/$repo/commit/?id="