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 437291382C5 for ; Thu, 26 Apr 2018 15:57:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59D97E083B; Thu, 26 Apr 2018 15:57:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33222E083B for ; Thu, 26 Apr 2018 15:57:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12CB7335C0C for ; Thu, 26 Apr 2018 15:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D454261 for ; Thu, 26 Apr 2018 15:57:13 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1524758170.0f3b5d033719787f8ef8764b640c2b148e5b7db4.zerochaos@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: doc/ X-VCS-Repository: proj/catalyst X-VCS-Files: doc/make_subarch_table_guidexml.py doc/make_target_table.py X-VCS-Directories: doc/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 0f3b5d033719787f8ef8764b640c2b148e5b7db4 X-VCS-Branch: master Date: Thu, 26 Apr 2018 15:57:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 81b1249f-8390-4d73-b589-a565c21c91b3 X-Archives-Hash: 0f631d8f2c8610bd38902bb2db72420d commit: 0f3b5d033719787f8ef8764b640c2b148e5b7db4 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Thu Apr 26 15:56:10 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Apr 26 15:56:10 2018 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=0f3b5d03 fix shebang in doc creation per report by hanetzer on irc, this shebang work for prefix installs and per floppym it is valid and correct doc/make_subarch_table_guidexml.py | 2 +- doc/make_target_table.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/make_subarch_table_guidexml.py b/doc/make_subarch_table_guidexml.py index f571e001..84624dc1 100755 --- a/doc/make_subarch_table_guidexml.py +++ b/doc/make_subarch_table_guidexml.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright (C) 2011 Sebastian Pipping # Copyright (C) 2013 Brian dolbec # Licensed under GPL v2 or later diff --git a/doc/make_target_table.py b/doc/make_target_table.py index 9eb072b1..c4b49ad9 100755 --- a/doc/make_target_table.py +++ b/doc/make_target_table.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright (C) 2012 W. Trevor King # Copyright (C) 2012 Sebastian Pipping # Copyright (C) 2013 Brian dolbec