summaryrefslogtreecommitdiff
path: root/bin/check_build_logs
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-07 14:35:49 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-07 14:35:49 +0000
commit047ab0a535a7d40cc0ef8271a3441a31e250622e (patch)
tree6924b5b2a38612ab683324d54f95bf77e475225d /bin/check_build_logs
parent623eceb2be555d3bbe75ba071887311061b38ce7 (diff)
downloadATCD-047ab0a535a7d40cc0ef8271a3441a31e250622e.tar.gz
ChangeLogTag: Tue Jul 06 10:17:12 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'bin/check_build_logs')
-rwxr-xr-xbin/check_build_logs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check_build_logs b/bin/check_build_logs
index 5548ddc2705..eb1b166605d 100755
--- a/bin/check_build_logs
+++ b/bin/check_build_logs
@@ -85,7 +85,7 @@ close EGREP;
if ($#output > -1) {
if ("$mail_recipients") {
- open (MAIL, "| $mail -s 'ACE+TAO build results' $mail_recipients") ||
+ open (MAIL, "| $mail $mail_recipients") ||
die "$0: unable to open pipe to $mail\n";
select MAIL;
}