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 92A77138350 for ; Thu, 26 Mar 2020 19:27:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2F89E0C88; Thu, 26 Mar 2020 19:27:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BC9B4E0C88 for ; Thu, 26 Mar 2020 19:27:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C8CA234F570 for ; Thu, 26 Mar 2020 19:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51A5810A for ; Thu, 26 Mar 2020 19:27:27 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1585247513.ee99e15a4f736fa57ce5877d7c8edab8ef85368f.vapier@gentoo> Subject: [gentoo-commits] proj/pax-utils:master commit in: / X-VCS-Repository: proj/pax-utils X-VCS-Files: pylint X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: ee99e15a4f736fa57ce5877d7c8edab8ef85368f X-VCS-Branch: master Date: Thu, 26 Mar 2020 19:27:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce33eb5f-54d2-452c-9f20-c9f0b2dd991d X-Archives-Hash: 78d9260e1fc9d4884846581517cc963f commit: ee99e15a4f736fa57ce5877d7c8edab8ef85368f Author: Mike Frysinger chromium org> AuthorDate: Thu Mar 26 18:31:53 2020 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Mar 26 18:31:53 2020 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=ee99e15a pylint: load python via $PATH Signed-off-by: Mike Frysinger gentoo.org> pylint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylint b/pylint index 0098e06..965537d 100755 --- a/pylint +++ b/pylint @@ -1,6 +1,6 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 """Run pylint with the right settings."""