summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/tdb/python/tdbdump.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-22 13:57:17 +0930
committerRusty Russell <rusty@rustcorp.com.au>2010-04-22 13:57:17 +0930
commitb52a04d987cbc91668dac6e6b2181806bef144ef (patch)
tree4eca59ca90fb29a8afcb46f8d70bc89c3f3483d2 /ctdb/lib/tdb/python/tdbdump.py
parent9e29197ca6455350fd1d88291e25cd9740819edd (diff)
downloadsamba-b52a04d987cbc91668dac6e6b2181806bef144ef.tar.gz
samba-b52a04d987cbc91668dac6e6b2181806bef144ef.tar.xz
samba-b52a04d987cbc91668dac6e6b2181806bef144ef.zip
python: use '#!/usr/bin/env python' to cope with varying install locations
this should be much more portable (Imported from commit 088096d1bad51428a2e2d487214995d4fdfc7ccc) (This used to be ctdb commit 7f1330adc690360a4a8ce85352df0908a93684a5)
Diffstat (limited to 'ctdb/lib/tdb/python/tdbdump.py')
-rw-r--r--ctdb/lib/tdb/python/tdbdump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/lib/tdb/python/tdbdump.py b/ctdb/lib/tdb/python/tdbdump.py
index d759d771c8..01859ebce2 100644
--- a/ctdb/lib/tdb/python/tdbdump.py
+++ b/ctdb/lib/tdb/python/tdbdump.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Trivial reimplementation of tdbdump in Python
import tdb, sys