Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fbsync] Fixing issue with setup_env.sh in docker (#6106)
Summary: New version of git checks folder owner and errors with 'fatal: unsafe repository' if owner is different. Thus, `root_dir="$(git rev-parse --show-toplevel)"` is failing. To fix the issue, just added all floder as safe directories git rev-parse --show-toplevel Reviewed By: NicolasHug Differential Revision: D36760912 fbshipit-source-id: f2220269833e0cf25beafa71dba84709fe0113e2
- Loading branch information