Skip to content

Commit 1f92d1b

Browse files
authored
Merge pull request #6622 from mwheinz/v3.0.x
v3.0.x: make-authors.pl script not compatible with being a submodule.
2 parents fa392db + 1f56d0a commit 1f92d1b

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)