summaryrefslogtreecommitdiff
path: root/lib/subunit
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-24 16:50:50 +1100
committerAndrew Tridgell <tridge@samba.org>2010-03-25 14:37:19 +1100
commit088096d1bad51428a2e2d487214995d4fdfc7ccc (patch)
treeaa23f81cec36b9eb92f48f56576803a4c8e20d5d /lib/subunit
parent845c2281c7513bd3139a8f50b593658b32dbdb31 (diff)
downloadsamba-088096d1bad51428a2e2d487214995d4fdfc7ccc.tar.gz
samba-088096d1bad51428a2e2d487214995d4fdfc7ccc.tar.bz2
samba-088096d1bad51428a2e2d487214995d4fdfc7ccc.zip
python: use '#!/usr/bin/env python' to cope with varying install locations
this should be much more portable
Diffstat (limited to 'lib/subunit')
-rwxr-xr-xlib/subunit/python/subunit/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subunit/python/subunit/run.py b/lib/subunit/python/subunit/run.py
index 01c0b0e9e6..e57939fdfa 100755
--- a/lib/subunit/python/subunit/run.py
+++ b/lib/subunit/python/subunit/run.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Simple subunit testrunner for python
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007