X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-cvsserver.perl;fp=git-cvsserver.perl;h=0b37d26e07743d2303f4bf2ce5f38e7698f9bc2f;hb=e1cbc46d12a0524fd5e710cbfaf3f178fc3da504;hp=7d3f78e375066c27f0881a92c23fda8d5c8d6dff;hpb=de791f15a1b01e63f3c870c8497c594c47452fab;p=git.git diff --git a/git-cvsserver.perl b/git-cvsserver.perl index 7d3f78e3..0b37d26e 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -171,11 +171,11 @@ sub req_Root return 0; } - my @gitvars = `git-var -l`; + my @gitvars = `git-repo-config -l`; if ($?) { - print "E problems executing git-var on the server -- this is not a git repository or the PATH is not set correcly.\n"; + print "E problems executing git-repo-config on the server -- this is not a git repository or the PATH is not set correcly.\n"; print "E \n"; - print "error 1 - problem executing git-var\n"; + print "error 1 - problem executing git-repo-config\n"; return 0; } foreach my $line ( @gitvars )