From dab6461db1d7a0c43536a0b53119e79fdefd7ec1 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Tue, 12 May 2026 22:18:21 +0200 Subject: [PATCH] Fix comment dash --- scripts/multi-msg-record.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/multi-msg-record.test b/scripts/multi-msg-record.test index 984918f0a4..3bb70b9ff6 100755 --- a/scripts/multi-msg-record.test +++ b/scripts/multi-msg-record.test @@ -26,7 +26,7 @@ elif [ "${AM_BWRAPPED-}" != "yes" ]; then unset AM_BWRAPPED fi -# Locate python3 – skip (exit 77) if unavailable. +# Locate python3 - skip (exit 77) if unavailable. PYTHON="$(command -v python3)" if [ -z "$PYTHON" ]; then echo "python3 not found, skipping multi-msg-record test"