From 9aa0af35744daa2d1f1329204902edb8e195dcb4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 22 Feb 2014 17:01:49 -0300 Subject: [PATCH] python/setup.py: use /usr/bin/env --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index fe4927a0..616b243c 100755 --- a/python/setup.py +++ b/python/setup.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python from distutils.core import setup, Extension -- 2.11.0