From 87b9f0b87b748fb8db87e2ff81d74bb76ec4769b Mon Sep 17 00:00:00 2001 From: Jason Lowe-Power Date: Fri, 10 Feb 2017 10:00:18 -0500 Subject: misc: Update #!env calls for python to explicit version In some newer Linux distributions, env python default to Python 3.0. This patch explicitly uses "python2" instead of just "python" for all scripts that use #! Reported-by: Sanchayan Maity Signed-off-by: Jason Lowe-Power --- util/maint/git-patch-to-hg-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/maint/git-patch-to-hg-patch') diff --git a/util/maint/git-patch-to-hg-patch b/util/maint/git-patch-to-hg-patch index 6819cfcce..1b9e05d09 100755 --- a/util/maint/git-patch-to-hg-patch +++ b/util/maint/git-patch-to-hg-patch @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # This file originated from the moz-git-tools repo on GitHub # (https://github.com/mozilla/moz-git-tools), which contains the -- cgit v1.2.3