Ubuntu has abolished /usr/bin/python, change shebang to python3.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 20 Sep 2021 18:07:29 +0000 (14:07 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 20 Sep 2021 18:07:29 +0000 (14:07 -0400)
NEWS
doc/makehelp.py
po/msgfmt.py
sst.py
test/Makefile

diff --git a/NEWS b/NEWS
index ac0d0527ca76b81d1f738d5e4b402793078d46d9..cdb26a943e25a9e73442242668b20f194b121b03 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
                        SST2K project news.
 
+Repoitory head::
+    Ubuntu has abolished /usr/bin/python, change shebang to python3.
+
 2.6: 2021-04-16::
     Fixed a longstanding bug in the chart display.
     Minor port fixes for recent Python 23 versions.
index 835b8731394524155444e446ef5229ce5b45106c..bbd317b37fc61874bcb79b19828178943bf6e5c4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Generate an on-line help file for SST 2K from the text generated from
 # the XML documentation.
index 64331313cd6da95649018a8b037648650670bc81..c777437307bac4910bb7497c4103419a3a618af3 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # -*- coding: iso-8859-1 -*-
 # Written by Martin v. Löwis <loewis@informatik.hu-berlin.de>
 
diff --git a/sst.py b/sst.py
index 5e6d88ec3d130e41418523bed1d583246e056f65..c90472c36e82650716cbc82c52d86ef0da8adcba 100755 (executable)
--- a/sst.py
+++ b/sst.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 """
 sst.py -- Super Star Trek 2K
 
index a0d91268843cbdeed72418fbd92af9dcda24dd6b..7b21af033e4783e0c9d3922a806387428b66a887 100644 (file)
@@ -1,6 +1,6 @@
 # Test-suite makefile for sst
 
-PYTHON=python
+PYTHON=python3
 
 # The tests output TAP (Test Anything Proocol)
 # If you have either of these TAP viwers installed,