summaryrefslogtreecommitdiffstats
path: root/src/browse.py
diff options
context:
space:
mode:
authorElliott Hird <penguinofthegods@gmail.com>2011-12-15 14:52:22 (GMT)
committerElliott Hird <penguinofthegods@gmail.com>2011-12-15 19:34:49 (GMT)
commit075847031b6cf7b9de3bb7c42648a74d168a752b (patch)
treea28a6887fc3b9942acc90e1368149fde51065c18 /src/browse.py
parent121f36d59f293263b9a27d01a8112de17978c5d1 (diff)
downloadNinja-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/browse.py')
-rwxr-xr-xsrc/browse.py2
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.
#