diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-23 20:31:31 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-23 20:31:31 +0000 |
commit | 04917948ae25313b43828492b14bbecc20dbc0a3 (patch) | |
tree | 8c26789b8b9dfaeff2685b5fc81b2ea7fd84b8fa /bin | |
parent | caff940a39e93bc503c3a18ef4daf9aa0a85172b (diff) | |
download | ATCD-04917948ae25313b43828492b14bbecc20dbc0a3.tar.gz |
ChangeLogTag:Thu Sep 23 14:12:58 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'bin')
-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 fde664b6c1f..dc405080ef5 100755 --- a/bin/auto_compile +++ b/bin/auto_compile @@ -448,7 +448,7 @@ close(HIST) unlink $disable_file || die "cannot unlink disable file"; -if ($report_success) { +if ($report_success && $STATUS eq "OK") { report_errors "Congratulations: No errors or warnings detected\n"; } |