Don't print the directory '#cvs.lock'.

This commit is contained in:
Wolfram Schneider 1998-05-08 10:14:10 +00:00
parent d648ad7930
commit f4f04f8908
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2785
2 changed files with 4 additions and 0 deletions

View file

@ -174,6 +174,8 @@ if (-d $fullname) {
if ($_ eq '.') {
next;
}
next if $_ eq '#cvs.lock';
if (s|^Attic/||) {
$attic = " (in the Attic)";
} else {