aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-04-26 11:56:10 -0400
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-04-26 11:56:10 -0400
commit0f3b5d033719787f8ef8764b640c2b148e5b7db4 (patch)
tree352d2d9ddc8ed75941f225d380ff0c4574400ad6
parentneed to install a python syntastic plugin (diff)
downloadcatalyst-0f3b5d03.tar.gz
catalyst-0f3b5d03.tar.bz2
catalyst-0f3b5d03.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
-rwxr-xr-xdoc/make_subarch_table_guidexml.py2
-rwxr-xr-xdoc/make_target_table.py2
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>