aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-usb.py
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-15 22:09:25 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-15 22:09:25 +0000
commitf076414b6db43be0f1fd61087713625ed82c93f6 (patch)
tree79244f26f73fb65d66153e4de3cdae9d5a53c125 /tools/make-usb.py
parent1ef83e3e7642c6b4f40e2fc98b68c82d21853857 (diff)
Sometimes the Python you want isn't /usr/bin/python. Fix the shebang.
svn path=/trunk/; revision=48331
Diffstat (limited to 'tools/make-usb.py')
-rwxr-xr-xtools/make-usb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-usb.py b/tools/make-usb.py
index 6ed958c31c..ef15e1cb2e 100755
--- a/tools/make-usb.py
+++ b/tools/make-usb.py
@@ -1,4 +1,4 @@
-#/usr/bin/python
+#!/usr/bin/env python
#
# $Id$
#