X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=receive-pack.c;h=d44c19e6b577023dcbaa188a0e67130ff4e5bd9a;hb=3814c07498f87e7d27b55175ca2852fcc4cd27f4;hp=fa653b49fe3c865b7e9c3723136b5b2344f8f4ca;hpb=fcab40a389e99786a8276108cdbc1cda8caf502f;p=git.git diff --git a/receive-pack.c b/receive-pack.c index fa653b49f..d44c19e6b 100644 --- a/receive-pack.c +++ b/receive-pack.c @@ -482,7 +482,7 @@ int main(int argc, char **argv) if (!dir) usage(receive_pack_usage); - setup_path(NULL); + setup_path(); if (!enter_repo(dir, 0)) die("'%s': unable to chdir or not a git archive", dir);