We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa392db + 1f56d0a commit 1f92d1bCopy full SHA for 1f92d1b
contrib/dist/make-authors.pl
@@ -29,7 +29,7 @@
29
# directory and make life easier.
30
chdir($srcdir);
31
32
-if (! -d ".git") {
+if (! -e ".git") {
33
if ($skip_ok == 0) {
34
print STDERR "I don't seem to be in a git repo :(\n";
35
exit(1);
0 commit comments