From 59e9f2403602fc3ad6d472b6887d6cc153b2efc8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 12 Aug 2023 06:19:11 -0400 Subject: [PATCH] Ensure that replau will work in the world after Python 2. --- replay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.31.1