aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/rst_plugin_has_python_hardcode_in_shebang_line.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-12-29 15:56:25 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-12-29 15:56:25 -0500
commit9f841c07dff16433fce805111d8ab45ff38ce228 (patch)
tree7336b1d640d5619db044675d49eaa70b956a239e /doc/bugs/rst_plugin_has_python_hardcode_in_shebang_line.mdwn
parent008d59d3d9a933c7bcce81f777989a991c63bbf7 (diff)
downloadikiwiki-9f841c07dff16433fce805111d8ab45ff38ce228.tar
ikiwiki-9f841c07dff16433fce805111d8ab45ff38ce228.tar.gz
Use env hack in python scripts.
Diffstat (limited to 'doc/bugs/rst_plugin_has_python_hardcode_in_shebang_line.mdwn')
-rw-r--r--doc/bugs/rst_plugin_has_python_hardcode_in_shebang_line.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/rst_plugin_has_python_hardcode_in_shebang_line.mdwn b/doc/bugs/rst_plugin_has_python_hardcode_in_shebang_line.mdwn
index f89c76fe8..a594adc09 100644
--- a/doc/bugs/rst_plugin_has_python_hardcode_in_shebang_line.mdwn
+++ b/doc/bugs/rst_plugin_has_python_hardcode_in_shebang_line.mdwn
@@ -11,3 +11,5 @@ Thus I suggest to change the shebang line to:
#!/usr/bin/env python
+> [[done]], although the irony of all the perl hashbangs in ikiwiki
+> being hardcoded doesn't escape me. --[[Joey]]