Skip to content

Commit 0f3b5d0

Browse files
committed
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
1 parent 55867fc commit 0f3b5d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/make_subarch_table_guidexml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# Copyright (C) 2011 Sebastian Pipping <sebastian@pipping.org>
33
# Copyright (C) 2013 Brian dolbec <dolsen@gentoo.org>
44
# Licensed under GPL v2 or later

doc/make_target_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# Copyright (C) 2012 W. Trevor King <wking@drexel.edu>
33
# Copyright (C) 2012 Sebastian Pipping <sebastian@pipping.org>
44
# Copyright (C) 2013 Brian dolbec <dolsen@gentoo.org>

0 commit comments

Comments
 (0)