summaryrefslogtreecommitdiff
path: root/itstool.in
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-12-09 13:17:55 -0500
committerShaun McCance <shaunm@gnome.org>2013-12-11 12:09:19 -0500
commit1cce05f8c3d2b52f030b3e253d37ae5a6eee8003 (patch)
treec22618c5559c92cb92b47d96beef2caa2a953a9d /itstool.in
parent46067ed60cbe1e5e3efe176da1f40f8219336490 (diff)
downloaditstool-1cce05f8c3d2b52f030b3e253d37ae5a6eee8003.tar.gz
Don't hardcode python path
Instead, use automake to find it at runtime and put #!@PYTHON@ at the top of itstool.in. https://bugs.freedesktop.org/show_bug.cgi?id=72533
Diffstat (limited to 'itstool.in')
-rwxr-xr-xitstool.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/itstool.in b/itstool.in
index a04ab2b..b79f1b6 100755
--- a/itstool.in
+++ b/itstool.in
@@ -1,4 +1,4 @@
-#!/usr/bin/python -s
+#!@PYTHON@ -s
#
# Copyright (c) 2010-2011 Shaun McCance <shaunm@gnome.org>
#