Ensure that replau will work in the world after Python 2.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 12 Aug 2023 10:19:11 +0000 (06:19 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 12 Aug 2023 10:19:11 +0000 (06:19 -0400)
replay

diff --git a/replay b/replay
index a5a93517f51bf66caa1666e0bea23841d728ef36..7fc0641555e615b4e145b4f90ef2a6abedff7b9e 100755 (executable)
--- a/replay
+++ b/replay
@@ -12,4 +12,4 @@ then
 else
     mv $TMP/sst-input.log replay.log
 fi
-python sst.py -t -r replay.log
+python3 sst -t -r replay.log