aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-02 23:46:58 +0000
committerlloyd <[email protected]>2009-07-02 23:46:58 +0000
commitf9ccb62d5478bc8db1b4db741978500c74492904 (patch)
tree26168a7ef8b2ed60cb6317d0d9a5f3f785f6aba2
parent88cfd2b1f814272cde16930e687187ec9107427f (diff)
Use /usr/bin/env to get to python, as it lives in /usr/local on some machines
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 203571edc..6264839fd 100755
--- a/configure.py
+++ b/configure.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
"""
Configuration program for botan