From d534ae67f8493a1e933dfcde04b391dc4f7687c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Nov 2011 19:30:33 +0000 Subject: Use /usr/bin/env shebang. --- lv2specgen/lv2specgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index 340aba2..71dc5b3 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # # lv2specgen, an LV2 extension specification page generator -- cgit v1.2.1