Skip to content

Commit 8f2e1ea

Browse files
authored
Merge pull request #6619 from mwheinz/master
make-authors.pl script not compatible with being a submodule.
2 parents 6752494 + 0a8fa54 commit 8f2e1ea

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)