git.annexia.org
/
goaljobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27bc92c
)
mailx: Fix missing to address on command line.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 4 Oct 2013 07:29:14 +0000
(08:29 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 4 Oct 2013 07:29:14 +0000
(08:29 +0100)
goaljobs.ml
patch
|
blob
|
history
diff --git
a/goaljobs.ml
b/goaljobs.ml
index
9688a9c
..
f3d27b7
100644
(file)
--- a/
goaljobs.ml
+++ b/
goaljobs.ml
@@
-421,6
+421,7
@@
let mailto ?from ~subject ?(attach = []) to_ =
List.iter (
fun a -> cmd := !cmd ^ " -a " ^ quote a
) attach;
+ cmd := !cmd ^ " " ^ quote to_;
if Sys.command !cmd <> 0 then
goal_failed "mailto: could not send email"