commit: 9ff8905cd95a43b9efd59a2d770a63428b171fe1 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Feb 16 10:50:13 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Feb 16 10:50:13 2020 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=9ff8905c
lddtree.py: resolve python location through PATH This allows running testsuite as-is on prefix. Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> lddtree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lddtree.py b/lddtree.py index 66f5e01..240418e 100755 --- a/lddtree.py +++ b/lddtree.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright 2012-2014 Gentoo Foundation # Copyright 2012-2014 Mike Frysinger <[email protected]>
