aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/make-reg-dotc.py
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-07-07 21:26:09 +0000
committerGerald Combs <gerald@wireshark.org>2005-07-07 21:26:09 +0000
commit5b7df3128b29b513a4a283cff496e41e8372f0f6 (patch)
tree1842ee7f9bf58bdc60003c50e49a63a20e0a131e /epan/dissectors/make-reg-dotc.py
parent37915b4dd78d1b56796a21125e6938a0e05006e7 (diff)
Make sure "which" is present before we verify our tools. Add "env" to
the list of programs to check. Make sure our python scripts start with "#!/usr/bin/env python" as recommended at http://www.python.org/doc/faq/library.html#how-do-i-make-a-python-script-executable-on-unix svn path=/trunk/; revision=14871
Diffstat (limited to 'epan/dissectors/make-reg-dotc.py')
-rwxr-xr-xepan/dissectors/make-reg-dotc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/make-reg-dotc.py b/epan/dissectors/make-reg-dotc.py
index 5c1411cb9c..0ce7ed6029 100755
--- a/epan/dissectors/make-reg-dotc.py
+++ b/epan/dissectors/make-reg-dotc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Looks for registration routines in the protocol dissectors,
# and assembles C code to call all the routines.