summaryrefslogtreecommitdiff
path: root/bin/auto_compile
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-23 20:31:31 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-23 20:31:31 +0000
commit04917948ae25313b43828492b14bbecc20dbc0a3 (patch)
tree8c26789b8b9dfaeff2685b5fc81b2ea7fd84b8fa /bin/auto_compile
parentcaff940a39e93bc503c3a18ef4daf9aa0a85172b (diff)
downloadATCD-04917948ae25313b43828492b14bbecc20dbc0a3.tar.gz
ChangeLogTag:Thu Sep 23 14:12:58 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'bin/auto_compile')
-rwxr-xr-xbin/auto_compile2
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";
}