From 2af93b2643cbc5612fba847194d4e844daeead8a Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Mon, 9 Sep 2019 16:45:06 +0200 Subject: misc: fix shebang with missing env This is needed for macos where /usr/bin/python[23] does not exist and /usr/bin is write protected Type: fix Change-Id: Ia1b3c732248c78482993de532fa2ea96e376d90a Signed-off-by: Nathan Skrzypczak (cherry picked from commit 5c2f96436afd0cef13797f764474a54f464d7916) --- src/plugins/nat/extras/nat_static_gen_cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/nat') diff --git a/src/plugins/nat/extras/nat_static_gen_cfg.py b/src/plugins/nat/extras/nat_static_gen_cfg.py index ff6312aecf6..a8e609cb278 100755 --- a/src/plugins/nat/extras/nat_static_gen_cfg.py +++ b/src/plugins/nat/extras/nat_static_gen_cfg.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#!/usr/bin/env python import ipaddress import argparse -- cgit 1.2.3-korg