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 f3edfaa + 191c7f0 commit 888d014Copy full SHA for 888d014
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