shithub: aubio

Download patch

ref: 9aa0af35744daa2d1f1329204902edb8e195dcb4
parent: bafa7673addfe26f7f28b449a61dc9860843005c
author: Paul Brossier <piem@piem.org>
date: Sat Feb 22 12:01:49 EST 2014

python/setup.py: use /usr/bin/env

--- 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