diff options
author | joe <joe@FreeBSD.org> | 2001-06-18 16:14:17 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-06-18 16:14:17 +0000 |
commit | d889ac22bff5cd80f0b6c04731015646015d0a7e (patch) | |
tree | 9dc3af195837e7199ce0ec3652fc4c88d0d898d4 /CVSROOT | |
parent | d47d6a487cc84fbf8b3736eb2a7a10cbce3acf95 (diff) | |
download | FreeBSD-ports-d889ac22bff5cd80f0b6c04731015646015d0a7e.zip FreeBSD-ports-d889ac22bff5cd80f0b6c04731015646015d0a7e.tar.gz |
Add a comment noting that the last directory is written down by
commit_prep.pl
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/log_accum.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl index 547e39e..67149d5 100755 --- a/CVSROOT/log_accum.pl +++ b/CVSROOT/log_accum.pl @@ -654,6 +654,8 @@ foreach my $tag ( keys %removed_files ) { # # Check whether this is the last directory. If not, quit. +# The last directory name was written by commit_prep.pl on +# the way in. # if (-e "$LAST_FILE.$PID") { $_ = &read_line("$LAST_FILE.$PID"); |