[ovs-dev] [PATCH 1/6] interface-reconfigure.at: Use $PYTHON explicitly

YAMAMOTO Takashi yamamoto at ovn.org
Fri Jul 14 17:39:41 UTC 2017


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 at ovn.org>
---
 tests/interface-reconfigure.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/interface-reconfigure.at b/tests/interface-reconfigure.at
index a4c0dca..f3914a4 100644
--- a/tests/interface-reconfigure.at
+++ b/tests/interface-reconfigure.at
@@ -681,7 +681,7 @@ EOF
 }
 
 ifr_run () {
-    ./interface-reconfigure --root-prefix="`pwd`" --no-syslog "$@"
+    $PYTHON ./interface-reconfigure --root-prefix="`pwd`" --no-syslog "$@"
 }
 
 ifr_filter () {
-- 
2.5.4 (Apple Git-61)



More information about the dev mailing list