summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorGrzegorz Blach <magik@roorback.net>2011-06-20 20:35:34 (GMT)
committerGrzegorz Blach <magik@roorback.net>2011-06-20 20:35:34 (GMT)
commit0c42702d7c1374a3cb1c2e985a6946ca5f0317f7 (patch)
treec3c43d8fe84dfa91d5779ff58e38942592b665b2 /configure.py
parentbf92fd3a8128547dd59dc9c1977e9f8723efda22 (diff)
downloadNinja-0c42702d7c1374a3cb1c2e985a6946ca5f0317f7.zip
Ninja-0c42702d7c1374a3cb1c2e985a6946ca5f0317f7.tar.gz
Ninja-0c42702d7c1374a3cb1c2e985a6946ca5f0317f7.tar.bz2
use /usr/bin/env to find python interpreter
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index cf3eaf4..886570f 100755
--- a/configure.py
+++ b/configure.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Copyright 2001 Google Inc. All Rights Reserved.
#