[spp] [PATCH 1/2] controller: fix bug

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Tue Mar 6 12:16:16 CET 2018


From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>

Modify path of python in shebang in controller/spp.py to become the same
as spp.py in root dir.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
 src/controller/spp.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/controller/spp.py b/src/controller/spp.py
index 7672cc9..d5cbf46 100644
--- a/src/controller/spp.py
+++ b/src/controller/spp.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 """Soft Patch Panel"""
 
 from __future__ import print_function
-- 
2.13.1



More information about the spp mailing list