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"