chiark
/
gitweb
/
~mdw
/
tgal
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f615860
)
mason/.perl-lib/TrivGal.pm: Remove spurious `$e'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 11 Jun 2023 10:06:47 +0000
(11:06 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 11 Jun 2023 10:06:47 +0000
(11:06 +0100)
Must have been a copy-and-paste from below.
mason/.perl-lib/TrivGal.pm
patch
|
blob
|
blame
|
history
diff --git
a/mason/.perl-lib/TrivGal.pm
b/mason/.perl-lib/TrivGal.pm
index ea3b47a0b1abbbd72764576a371d1879d087cd93..8673b7533a895bf2894979db2b3bff89cb889dc7 100644
(file)
--- a/
mason/.perl-lib/TrivGal.pm
+++ b/
mason/.perl-lib/TrivGal.pm
@@
-317,7
+317,7
@@
sub listdir ($) {
if ($item && $comment) { $item->comment($comment); }
close $f;
} else {
if ($item && $comment) { $item->comment($comment); }
close $f;
} else {
- my $st = stat
"$path/$e"
;
+ my $st = stat
$path
;
unless ($st->mode&0004) { return ([], [], undef); }
opendir $d, $path;
unless ($st->mode&0004) { return ([], [], undef); }
opendir $d, $path;