aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2020-03-26 14:31:53 -0400
committerMike Frysinger <vapier@gentoo.org>2020-03-26 14:31:53 -0400
commitee99e15a4f736fa57ce5877d7c8edab8ef85368f (patch)
treee1e722756d1512446704fe5c9247fd04b7f7db01
parentlddtree: Put ldso interpreter library path at end (diff)
downloadpax-utils-ee99e15a4f736fa57ce5877d7c8edab8ef85368f.tar.gz
pax-utils-ee99e15a4f736fa57ce5877d7c8edab8ef85368f.tar.bz2
pax-utils-ee99e15a4f736fa57ce5877d7c8edab8ef85368f.zip
pylint: load python via $PATH
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rwxr-xr-xpylint4
1 files 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."""