From 90cd6744b1dd2a63f821703370f869dcc88f83b3 Mon Sep 17 00:00:00 2001 From: Nuno Araujo Date: Mon, 14 Jan 2013 22:59:13 +0100 Subject: [PATCH] Update itstool shebang to force usage of python2 This ensures compatibility with systems where /usr/bin/python refers to Python 3. https://bugs.freedesktop.org/show_bug.cgi?id=58223 --- itstool.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itstool.in b/itstool.in index ed9d12f..03baed6 100755 --- a/itstool.in +++ b/itstool.in @@ -1,4 +1,4 @@ -#!/usr/bin/python -s +#!/usr/bin/python2 -s # # Copyright (c) 2010-2011 Shaun McCance # -- 1.8.1