Skip to content

Commit

Permalink
Explicitly reference python2 in shebang for tncc-wrapper.py
Browse files Browse the repository at this point in the history
The RPM build complains:
BUILDSTDERR: *** ERROR: ambiguous python shebang in /usr/libexec/openconnect/tncc-wrapper.py: #!/usr/bin/python. Change it to python3 (or python2) explicitly.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed Jan 4, 2019
1 parent 65d8899 commit a03e4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trojans/tncc-wrapper.py
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2

# Lifted from Russ Dill's juniper-vpn-wrap.py, thus:
#
Expand Down

0 comments on commit a03e4bf

Please sign in to comment.