make browse work for all ninja paths
authorEvan Martin <martine@danga.com>
Fri, 13 May 2011 15:53:02 +0000 (08:53 -0700)
committerEvan Martin <martine@danga.com>
Fri, 13 May 2011 23:28:07 +0000 (16:28 -0700)
commit1c80bd1691f69332a8fec42080c1c341c0e2fa44
treefd73c9d72997316fdc7b02f08ba6820784d790af
parente2543e423499f2d9619941e33276ae1240fb2b91
make browse work for all ninja paths

Pass the path to the ninja binary in to the Python script.
Confusingly, in some places the variables were already in place
to do this, but they were accidentally used for something else
entirely.
src/browse.cc
src/browse.h
src/browse.py
src/ninja.cc