diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-03-26 08:27:04 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-03-26 08:27:04 -0400 |
commit | 386de475dff80d4c2b8493995a5714a93cdb49b0 (patch) | |
tree | 21acd500bcab9e9163afe72dc32b5846f1f01c4a | |
parent | 43f83e2bf59e64345af03378320fa5be44be4a77 (diff) | |
download | gpsd-386de475dff80d4c2b8493995a5714a93cdb49b0.tar.gz |
Thinko fix.
-rwxr-xr-x | repo/hooks/ciabot.sh | 2 |
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=" |