commit: 0f3b5d033719787f8ef8764b640c2b148e5b7db4 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org> AuthorDate: Thu Apr 26 15:56:10 2018 +0000 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> 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 <[email protected]> # Copyright (C) 2013 Brian dolbec <[email protected]> # 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 <[email protected]> # Copyright (C) 2012 Sebastian Pipping <[email protected]> # Copyright (C) 2013 Brian dolbec <[email protected]>
