From f9ccb62d5478bc8db1b4db741978500c74492904 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 2 Jul 2009 23:46:58 +0000 Subject: Use /usr/bin/env to get to python, as it lives in /usr/local on some machines --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') 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 -- cgit v1.2.3