summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-24 15:01:26 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-24 15:01:26 +0000
commit6c25bfea6a8cb4cbd8e0d900a79d40db1cd603ff (patch)
tree1aaca15b6464b6aa6e0e9acd8a14723d435e7636
parent89526cfe41ef2be09fc10d26e3e5cb87fc90f49e (diff)
downloadATCD-6c25bfea6a8cb4cbd8e0d900a79d40db1cd603ff.tar.gz
ChangeLogTag:Tue Mar 24 09:00:36 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--ChangeLog-98a5
-rwxr-xr-xbin/auto_compile2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 99b79410188..27d90d8baf5 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,8 @@
+Tue Mar 24 09:00:36 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * bin/auto_compile:
+ Missing newline after the "DISABLED" message.
+
Tue Mar 24 07:38:44 1998 David L. Levine <levine@cs.wustl.edu>
* ace/config-sunos5.5-g++.h: replaced ACE_PAGE_SIZE with
diff --git a/bin/auto_compile b/bin/auto_compile
index b28f95a890f..35369f5f391 100755
--- a/bin/auto_compile
+++ b/bin/auto_compile
@@ -87,7 +87,7 @@ $date = localtime;
print HIST $CMD, ': running at ', $date, ' ';
if (-f $LOGDIR . '/.disable') {
- print HIST 'DISABLED\n';
+ print HIST "DISABLED\n";
exit 0;
}