From 4b237150bde1f29749e4ad80760a9303baceb5dc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Oct 2010 21:17:17 +0000 Subject: Use /usr/bin/env shebang. --- core.lv2/lv2config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core.lv2/lv2config') diff --git a/core.lv2/lv2config b/core.lv2/lv2config index 93eb0a6..1f4e345 100755 --- a/core.lv2/lv2config +++ b/core.lv2/lv2config @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- """A program (and Python module) to generate a tree of symlinks to LV2 -- cgit v1.2.1