summaryrefslogtreecommitdiff
path: root/ofproto/ipfix-gen-entities
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@midokura.com>2015-10-14 16:44:11 +0000
committerYAMAMOTO Takashi <yamamoto@midokura.com>2015-11-26 18:37:19 +0900
commitf6783a7a3b9fcedc43c31e5fab0b7a810d42ab8c (patch)
tree6a4adced2b9313aa5ace6cb65e54726ad5c4303a /ofproto/ipfix-gen-entities
parent12e2ba2e85cc811b946ab867d6971d2f0938fc04 (diff)
downloadopenvswitch-f6783a7a3b9fcedc43c31e5fab0b7a810d42ab8c.tar.gz
use "/usr/bin/env python" for shebangs for python scripts
On NetBSD, a typical path of python interpreter is /usr/pkg/bin/python. Signed-off-by: YAMAMOTO Takashi <yamamoto@midokura.com> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/ipfix-gen-entities')
-rwxr-xr-xofproto/ipfix-gen-entities2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ipfix-gen-entities b/ofproto/ipfix-gen-entities
index 4d4e0de6a..7cd0b03b7 100755
--- a/ofproto/ipfix-gen-entities
+++ b/ofproto/ipfix-gen-entities
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#! /usr/bin/env python
#
# Copyright (C) 2012 Nicira, Inc.
#