Skip to content

Commit 888d014

Browse files
authored
Merge pull request #6624 from mwheinz/v4.0.x
v4.0.x: make-authors.pl script not compatible with being a submodule.
2 parents f3edfaa + 191c7f0 commit 888d014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/dist/make-authors.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# directory and make life easier.
3030
chdir($srcdir);
3131

32-
if (! -d ".git") {
32+
if (! -e ".git") {
3333
if ($skip_ok == 0) {
3434
print STDERR "I don't seem to be in a git repo :(\n";
3535
exit(1);

0 commit comments

Comments
 (0)