Skip to content

Commit 6f5b7b3

Browse files
committed
1 parent d0efab7 commit 6f5b7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaInfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sub process_node {
2121

2222
sub process_dir {
2323
my $dir = shift();
24-
if (opendir(DIR, $dir)) {
24+
if (opendir(my $DIR, $dir)) {
2525
if (my @nodes = readdir(DIR)) {
2626
foreach my $node (no_upwards(@nodes)) {
2727
process_node(catfile($dir, $node));

0 commit comments

Comments
 (0)