aboutsummaryrefslogtreecommitdiff
path: root/plugins
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 /plugins
parent008d59d3d9a933c7bcce81f777989a991c63bbf7 (diff)
downloadikiwiki-9f841c07dff16433fce805111d8ab45ff38ce228.tar
ikiwiki-9f841c07dff16433fce805111d8ab45ff38ce228.tar.gz
Use env hack in python scripts.
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/pythondemo2
-rwxr-xr-xplugins/rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pythondemo b/plugins/pythondemo
index c63ce3973..911f4d7d9 100755
--- a/plugins/pythondemo
+++ b/plugins/pythondemo
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# pythondemo — demo Python ikiwiki plugin
diff --git a/plugins/rst b/plugins/rst
index 449dba415..9f64b33a0 100755
--- a/plugins/rst
+++ b/plugins/rst
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# rst — xml-rpc-based ikiwiki plugin to process RST files