summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-03-15 11:40:10 -0400
committerRico Tzschichholz <ricotz@ubuntu.com>2014-03-17 17:09:17 +0100
commitd36d90fd0366b84c2e466963c49ad4b48ca740cb (patch)
tree2b05ae2da047d3a81bc8487a09233f17805045ba /data
parent3fe95cdb5a4c48d3b6606ffb1f60fae3e375fdff (diff)
ontology2code: don't hardcode python path
Use the typical /usr/bin/env trick to find python. https://bugs.freedesktop.org/show_bug.cgi?id=73837
Diffstat (limited to 'data')
-rwxr-xr-xdata/ontology2code2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ontology2code b/data/ontology2code
index 988e711a..b8efbfdc 100755
--- a/data/ontology2code
+++ b/data/ontology2code
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
# -.- coding: utf-8 -.-
# Zeitgeist