Don't print the directory '#cvs.lock'.
This commit is contained in:
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
|
@ -174,6 +174,8 @@ if (-d $fullname) {
|
|||
if ($_ eq '.') {
|
||||
next;
|
||||
}
|
||||
next if $_ eq '#cvs.lock';
|
||||
|
||||
if (s|^Attic/||) {
|
||||
$attic = " (in the Attic)";
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue