Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootstrap: chdir to bootstrap's directory
When integrating ninja into luvit I naively tried calling: ./tools/ninja/bootstrap.py This broke because bootstrap expects you to be in the ninja directory when you call it. This patch makes it possible to run bootstrap.py like above and have it work.
- Loading branch information