mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-09-23 07:10:34 +00:00
bf79c6618e4f51467e1d8e73915a541df660a060
This code checks whether a dir exists before creating it. In between the check and the mkdir call, it is possible that another process will have created the directory. We have seen this bug occur many times in practice during our 'repo init' tests. Change-Id: Ia47d39955739aa38fd303f4e90be7b4c50d9d4ba
…
…
…
…
…
…
…
…
…
…
…
…
…
Languages
Python
98.3%
Shell
1.7%