2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-01 14:55:18 +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) 2009, 2010, 2011, 2012 Nicira, Inc. # Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python #! /usr/bin/env python
# #
# Copyright (C) 2012 Nicira, Inc. # Copyright (C) 2012 Nicira, Inc.
# #

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python #! /usr/bin/env python
# Copyright (c) 2013, 2014, 2015 Nicira, Inc. # Copyright (c) 2013, 2014, 2015 Nicira, Inc.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python #! /usr/bin/env python
# Copyright (c) 2013, 2014, 2015 Nicira, Inc. # Copyright (c) 2013, 2014, 2015 Nicira, Inc.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python #! /usr/bin/env python
# #
# BSD LICENSE # BSD LICENSE
# #

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python #! /usr/bin/env python
# Copyright (C) 2013 Nicira, Inc. All Rights Reserved. # Copyright (C) 2013 Nicira, Inc. All Rights Reserved.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python #! /usr/bin/env python
# Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc. # Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");