*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:49:16 +00:00
parent 4ea60be930
commit 3bf00060f3
3 changed files with 20 additions and 41 deletions

View File

@@ -65,9 +65,10 @@ startdate="`date`"
here="`pwd`"
# Logfile name should be in the form ``log-1993-03-18-level-1''
# They go in the subdirectory `log' of the current directory.
# i.e. year-month-date. This format is useful for sorting by name, since
# logfiles are intentionally kept online for future reference.
LOGFILE="log-`date | sed -ne '
LOGFILE="log/log-`date | sed -ne '
s/[^ ]* *\([^ ]*\) *\([^ ]*\).* \([^ ]*\)$/\3-\1-\2/
/-[0-9]$/s/\([0-9]\)$/0\1/
/Jan/{s/Jan/01/p;q;}