commit: ee99e15a4f736fa57ce5877d7c8edab8ef85368f Author: Mike Frysinger <vapier <AT> chromium <DOT> org> AuthorDate: Thu Mar 26 18:31:53 2020 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> 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 <vapier <AT> 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."""
