diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-18 21:18:28 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-18 21:18:28 +0000 |
commit | 4a2bef92cc82e690da46ce3629261b8f21a9662f (patch) | |
tree | 69124541667e7919ceb86ff023b1d7aef4c8ffb2 /bin/auto_compile | |
parent | 3c1aedafd960aae9ceb68758cdf2f96049aa0992 (diff) | |
download | ATCD-4a2bef92cc82e690da46ce3629261b8f21a9662f.tar.gz |
ChangeLogTag:Sat Sep 18 16:17:34 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'bin/auto_compile')
-rwxr-xr-x | bin/auto_compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/auto_compile b/bin/auto_compile index 41068e5c921..7dab2afa3e9 100755 --- a/bin/auto_compile +++ b/bin/auto_compile @@ -156,7 +156,7 @@ sub report_errors { # Now send a summary of the errors to the ADMIN account... local $to = $ADMIN; - open (MAIL, "|".$MAIL.' -s [AUTO_COMPILE] '.$to) + open (MAIL, "|".$MAIL.' -s "[AUTO_COMPILE] '.$BUILD.'" '.$to) || mydie "Cannot open mail pipe for: $_\n"; print MAIL 'The following message is brought to you by: ', "\n"; |