diff options
author | David Robillard <d@drobilla.net> | 2011-11-17 19:30:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-17 19:30:33 +0000 |
commit | d534ae67f8493a1e933dfcde04b391dc4f7687c6 (patch) | |
tree | 81aea805d3e41f4d83cabd198354b1b5c94f54d8 | |
parent | c6bd676789a40a100e9b1598af0da63453c9be76 (diff) | |
download | lv2-d534ae67f8493a1e933dfcde04b391dc4f7687c6.tar.xz |
Use /usr/bin/env shebang.
-rwxr-xr-x | lv2specgen/lv2specgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |