2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

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>
This commit is contained in:
YAMAMOTO Takashi
2015-10-14 16:44:11 +00:00
parent 12e2ba2e85
commit f6783a7a3b
7 changed files with 7 additions and 7 deletions

View File

@@ -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");