repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git]
/
nightly
/
conf
/
freebsd.sendmail
blob
6fc10f9debfc587be7fd7e9882059a1b7a8f2b98
1
#!/bin/sh
2
3
subject
=
$1
4
body
=
$2
5
file
=
$3
6
filename
=
$
(
basename
$3
)
7
8
(
cat
"
$body
"
"
$file
"
)
|
mail
-s
"
$subject
"
valgrind-testresults@lists.sourceforge.net
-f
"Paul Floyd <pjfloyd@wanadoo.fr>"