From: Eric S. Raymond Date: Sat, 12 Aug 2023 10:19:11 +0000 (-0400) Subject: Ensure that replau will work in the world after Python 2. X-Git-Tag: 2.8~56 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=59e9f2403602fc3ad6d472b6887d6cc153b2efc8 Ensure that replau will work in the world after Python 2. --- diff --git a/replay b/replay index a5a9351..7fc0641 100755 --- 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