]> git.proxmox.com Git - ovs.git/commitdiff
use "/usr/bin/env python" for shebangs for python scripts
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Wed, 14 Oct 2015 16:44:11 +0000 (16:44 +0000)
committerYAMAMOTO Takashi <yamamoto@midokura.com>
Thu, 26 Nov 2015 09:37:19 +0000 (18:37 +0900)
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>
debian/ovs-monitor-ipsec
ofproto/ipfix-gen-entities
utilities/ovs-dev.py
utilities/ovs-pipegen.py
utilities/qemu-wrap.py
vtep/ovs-vtep
xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync

index ffaa979d4b0ead1bb906189208c9c5491a0aff26..d35ec4607c87c7317680f5fcc6bb4ed48b49f4ef 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#! /usr/bin/env python
 # Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
index 4d4e0de6a810b5c759fd264f8053b45eb837183a..7cd0b03b757d5bc45436a2d9a6284d594da98323 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#! /usr/bin/env python
 #
 # Copyright (C) 2012 Nicira, Inc.
 #
index e4314c0ef5666009b87664c84acda055727c2860..9ef9723f775940656e37b3279efb80ced260128c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#! /usr/bin/env python
 # Copyright (c) 2013, 2014, 2015 Nicira, Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
index 95647d1e2c57f2bf924365287330c2957bdd3db2..4bf240f3a0a9575449d26ef6139fe064d7334841 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#! /usr/bin/env python
 # Copyright (c) 2013, 2014, 2015 Nicira, Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
index 5cee849ae7989d37379e508d32bb64cb542dc07d..7847c8c4c0e082bde4af8b6e884fb4a4493dc242 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#! /usr/bin/env python
 #
 #   BSD LICENSE
 #
index a774e028195b2f2fc09f834184b25ceaff9d799e..46a56925f790768697a8f0323c3cf8a0020f9617 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#! /usr/bin/env python
 # Copyright (C) 2013 Nicira, Inc. All Rights Reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
index 1c8ad51a4b18b665a536effb87b8274615308478..f5c38be5cd2a62aa107652f9b500a67ca416a155 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#! /usr/bin/env python
 # Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");