Fixed "/usr/bin/python3: bad interprete" via env.

This commit is contained in:
Marcel Nijenhof
2019-02-15 15:06:48 +01:00
parent 3479166321
commit 691cc8e0b9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
from lmwsip import LmwSip from lmwsip import LmwSip

2
siprun
View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import sys import sys
import getopt import getopt