summaryrefslogtreecommitdiff
path: root/xenserver
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 /xenserver
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 'xenserver')
-rwxr-xr-xxenserver/usr_share_openvswitch_scripts_ovs-xapi-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync b/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync
index 1c8ad51a4..f5c38be5c 100755
--- a/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync
+++ b/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync
@@ -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");