diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-22 13:57:17 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2010-04-22 13:57:17 +0930 |
commit | b52a04d987cbc91668dac6e6b2181806bef144ef (patch) | |
tree | 4eca59ca90fb29a8afcb46f8d70bc89c3f3483d2 /ctdb/lib/tdb/python/tdbdump.py | |
parent | 9e29197ca6455350fd1d88291e25cd9740819edd (diff) | |
download | samba-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.py | 2 |
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 |