Fix comment dash

pull/10149/head
Juliusz Sosinowicz 2026-05-12 22:18:21 +02:00
parent 0b1b158fe2
commit dab6461db1
1 changed files with 1 additions and 1 deletions

View File

@ -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"