git: avoid uninterruptible temporary warning

dont' fall into the rathole.
This commit is contained in:
Ori Bernstein 2021-06-06 23:50:45 +00:00
parent 8d578014cf
commit 8aa69e55b6
3 changed files with 6 additions and 4 deletions

View file

@ -350,7 +350,6 @@ main(int argc, char **argv)
vlong date;
Object *t;
gitinit();
gitinit();
if(access(".git", AEXIST) != 0)
sysfatal("could not find git repo: %r");