From 58532b2136b9cfe94cd8ac74d610f908c8a4733c Mon Sep 17 00:00:00 2001 From: volpino Date: Wed, 18 Jul 2012 10:48:14 +0200 Subject: [PATCH] euscan: #!/usr/bin/python -> #!/usr/bin/env python Signed-off-by: volpino --- bin/euscan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/euscan b/bin/euscan index 507148a..784daf9 100755 --- a/bin/euscan +++ b/bin/euscan @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """Copyright 2011 Gentoo Foundation Distributed under the terms of the GNU General Public License v2