git: avoid uninterruptible temporary warning
dont' fall into the rathole.
This commit is contained in:
parent
8d578014cf
commit
8aa69e55b6
3 changed files with 6 additions and 4 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue