diff options
author | Elliott Hird <penguinofthegods@gmail.com> | 2011-12-15 14:52:22 (GMT) |
---|---|---|
committer | Elliott Hird <penguinofthegods@gmail.com> | 2011-12-15 19:34:49 (GMT) |
commit | 075847031b6cf7b9de3bb7c42648a74d168a752b (patch) | |
tree | a28a6887fc3b9942acc90e1368149fde51065c18 /src | |
parent | 121f36d59f293263b9a27d01a8112de17978c5d1 (diff) | |
download | Ninja-075847031b6cf7b9de3bb7c42648a74d168a752b.zip Ninja-075847031b6cf7b9de3bb7c42648a74d168a752b.tar.gz Ninja-075847031b6cf7b9de3bb7c42648a74d168a752b.tar.bz2 |
Rewrite the bootstrap script in Python
This allows trouble-free builds on platforms with non-standard Python
executable names. As a bonus, it passes the arguments received on to
configure.py, so you don't have to reconfigure to build in a
non-standard manner.
Diffstat (limited to 'src')
-rwxr-xr-x | src/browse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browse.py b/src/browse.py index 9901adc..ca95197 100755 --- a/src/browse.py +++ b/src/browse.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright 2001 Google Inc. All Rights Reserved. # |