diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-12-29 15:56:25 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-12-29 15:56:25 -0500 |
commit | 9f841c07dff16433fce805111d8ab45ff38ce228 (patch) | |
tree | 7336b1d640d5619db044675d49eaa70b956a239e /plugins | |
parent | 008d59d3d9a933c7bcce81f777989a991c63bbf7 (diff) |
Use env hack in python scripts.
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/pythondemo | 2 | ||||
-rwxr-xr-x | plugins/rst | 2 |
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 |