aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-28 21:17:17 +0000
committerDavid Robillard <d@drobilla.net>2010-10-28 21:17:17 +0000
commit4b237150bde1f29749e4ad80760a9303baceb5dc (patch)
treee38f1fb6bbacedb42f1fdcd0f6e7bafad2aece64
parente1d74b1544da8d338e66e9474ade057068f48276 (diff)
downloadlv2-4b237150bde1f29749e4ad80760a9303baceb5dc.tar.xz
Use /usr/bin/env shebang.
-rwxr-xr-xcore.lv2/lv2config2
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
#n128'>128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169