summaryrefslogtreecommitdiff
path: root/tools/g-ir-scanner.in
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2015-06-04 20:20:22 +0200
committerJasper St. Pierre <jstpierre@mecheye.net>2015-06-17 14:23:52 -0700
commit427e28ff942bad9a3a19d316912c40e39085a5bd (patch)
tree7e56b4cadba8c70bb1d066be51fd2a6304f4bf4e /tools/g-ir-scanner.in
parent86e17e6853187d5e6983c39980b6df9e4b82edbd (diff)
downloadgobject-introspection-427e28ff942bad9a3a19d316912c40e39085a5bd.tar.gz
tools: correct python shebang
Diffstat (limited to 'tools/g-ir-scanner.in')
-rwxr-xr-xtools/g-ir-scanner.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/g-ir-scanner.in b/tools/g-ir-scanner.in
index 9a1b2bff..6f8e70fa 100755
--- a/tools/g-ir-scanner.in
+++ b/tools/g-ir-scanner.in
@@ -1,4 +1,4 @@
-#!@PYTHON@
+#!/usr/bin/env @PYTHON@
# -*- Mode: Python -*-
# GObject-Introspection - a framework for introspecting GObject libraries
# Copyright (C) 2008 Johan Dahlin