From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B699139694 for ; Fri, 10 Mar 2017 19:23:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B02BBE0C7D; Fri, 10 Mar 2017 19:23:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A561E0C7D for ; Fri, 10 Mar 2017 19:23:42 +0000 (UTC) Received: from professor-x (d108-172-194-175.bchsia.telus.net [108.172.194.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id CB09834112A for ; Fri, 10 Mar 2017 19:23:41 +0000 (UTC) Date: Fri, 10 Mar 2017 11:23:39 -0800 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] [PATCH 7/7] doc/make_subarch_table_guidexml.py: Fix shebang Message-ID: <20170310112339.131f0a9f.dolsen@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f7e598fd-7761-495d-9854-ea8edb9bb22d X-Archives-Hash: 97d1852f6fc137bdd02df5569d929d7a =46rom c51b35d3fe4be92c663682e0c1d2dfef7ecd8cfb Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Fri, 10 Mar 2017 10:49:43 -0800 Subject: [PATCH 7/7] doc/make_subarch_table_guidexml.py: Fix shebang To: gentoo-catalyst@lists.gentoo.org --- doc/make_subarch_table_guidexml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make_subarch_table_guidexml.py b/doc/make_subarch_table_gu= idexml.py index 0699d2a6..f571e001 100755 --- a/doc/make_subarch_table_guidexml.py +++ b/doc/make_subarch_table_guidexml.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python2 +#!/usr/bin/python # Copyright (C) 2011 Sebastian Pipping # Copyright (C) 2013 Brian dolbec # Licensed under GPL v2 or later --=20 2.12.0 --=20 Brian Dolbec