Merge pull request #6624 from mwheinz/v4.0.x
v4.0.x: make-authors.pl script not compatible with being a submodule.
Этот коммит содержится в:
Коммит
888d014590
2
contrib/dist/make-authors.pl
поставляемый
2
contrib/dist/make-authors.pl
поставляемый
@ -29,7 +29,7 @@ GetOptions("skip-ok" => \$skip_ok,
|
||||
# directory and make life easier.
|
||||
chdir($srcdir);
|
||||
|
||||
if (! -d ".git") {
|
||||
if (! -e ".git") {
|
||||
if ($skip_ok == 0) {
|
||||
print STDERR "I don't seem to be in a git repo :(\n";
|
||||
exit(1);
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user