2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

interface-reconfigure.at: Use $PYTHON explicitly

Workaround pkg_alternative issue for NetBSD:
    http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=51152

An alternative would be generating xenserver scripts from *.in,
but i'm not sure if it's appropriate for those scripts.

Signed-off-by: YAMAMOTO Takashi <yamamoto@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
YAMAMOTO Takashi
2017-07-14 13:38:44 +00:00
parent 415ed5d780
commit 7536c0d3b3

View File

@@ -681,7 +681,7 @@ EOF
}
ifr_run () {
./interface-reconfigure --root-prefix="`pwd`" --no-syslog "$@"
$PYTHON ./interface-reconfigure --root-prefix="`pwd`" --no-syslog "$@"
}
ifr_filter () {