diff options
author | David Robillard <d@drobilla.net> | 2010-10-28 21:17:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-28 21:17:17 +0000 |
commit | 4b237150bde1f29749e4ad80760a9303baceb5dc (patch) | |
tree | e38f1fb6bbacedb42f1fdcd0f6e7bafad2aece64 /core.lv2/lv2config | |
parent | e1d74b1544da8d338e66e9474ade057068f48276 (diff) | |
download | lv2-4b237150bde1f29749e4ad80760a9303baceb5dc.tar.xz |
Use /usr/bin/env shebang.
Diffstat (limited to 'core.lv2/lv2config')
-rwxr-xr-x | core.lv2/lv2config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |