diff options
author | lloyd <[email protected]> | 2009-07-02 23:46:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-02 23:46:58 +0000 |
commit | f9ccb62d5478bc8db1b4db741978500c74492904 (patch) | |
tree | 26168a7ef8b2ed60cb6317d0d9a5f3f785f6aba2 | |
parent | 88cfd2b1f814272cde16930e687187ec9107427f (diff) |
Use /usr/bin/env to get to python, as it lives in /usr/local on some machines
-rwxr-xr-x | configure.py | 2 |
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 |