From 1b6e7f17a1dc3ae5c8c8a23248a6613e2f157edc Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Thu, 12 Mar 2015 16:57:14 -0400 Subject: Refer to python2 in the shebang line Reference https://www.python.org/dev/peps/pep-0394/ - although /usr/bin/python is SUPPOSED to be python2, apps that depend on python2 should specify that explicitly to accomodate Arch Linux and the future. https://bugzilla.gnome.org/show_bug.cgi?id=746071 --- git-bz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-bz b/git-bz index d255ab1..5e0ab56 100755 --- a/git-bz +++ b/git-bz @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # -*- coding: utf-8 -*- # # git-bz - git subcommand to integrate with bugzilla -- cgit