diff options
author | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2018-04-26 11:56:10 -0400 |
---|---|---|
committer | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2018-04-26 11:56:10 -0400 |
commit | 0f3b5d033719787f8ef8764b640c2b148e5b7db4 (patch) | |
tree | 352d2d9ddc8ed75941f225d380ff0c4574400ad6 /doc | |
parent | need to install a python syntastic plugin (diff) | |
download | catalyst-0f3b5d033719787f8ef8764b640c2b148e5b7db4.tar.gz catalyst-0f3b5d033719787f8ef8764b640c2b148e5b7db4.tar.bz2 catalyst-0f3b5d033719787f8ef8764b640c2b148e5b7db4.zip |
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
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/make_subarch_table_guidexml.py | 2 | ||||
-rwxr-xr-x | 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 <sebastian@pipping.org> # Copyright (C) 2013 Brian dolbec <dolsen@gentoo.org> # 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 <wking@drexel.edu> # Copyright (C) 2012 Sebastian Pipping <sebastian@pipping.org> # Copyright (C) 2013 Brian dolbec <dolsen@gentoo.org> |