From a03e4bfb4d6385eb6eab6fb368d65018411ab2db Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 4 Jan 2019 23:51:47 +0000 Subject: [PATCH] Explicitly reference python2 in shebang for tncc-wrapper.py 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 --- trojans/tncc-wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trojans/tncc-wrapper.py b/trojans/tncc-wrapper.py index 0b347563..0d4587bf 100755 --- a/trojans/tncc-wrapper.py +++ b/trojans/tncc-wrapper.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # Lifted from Russ Dill's juniper-vpn-wrap.py, thus: # -- 2.50.1