We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce73a3 commit c7d6a22Copy full SHA for c7d6a22
.bin/generate-...-conf
@@ -11,7 +11,6 @@ my $text = do {local $/; <$gitmodules>};
11
close $gitmodules or die $!;
12
13
my @paths = grep { $_ ne '...' } ($text =~ /^\s+path = (\S+)/mg);
14
-push @paths, '.';
15
16
my $cwd = cwd;
17
0 commit comments