From bd953fdc7149435a1d24b6889d488d5e51be8edf Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 19 Oct 2023 09:30:10 -0600 Subject: [PATCH] cirrus setup: special-case perl unicode Perl is still stuck in the 1980s. Try to override that. Signed-off-by: Ed Santiago --- contrib/cirrus/lib.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh index 7ca88417f7..662f7b32c5 100644 --- a/contrib/cirrus/lib.sh +++ b/contrib/cirrus/lib.sh @@ -112,6 +112,9 @@ CG_FS_TYPE="$(stat -f -c %T /sys/fs/cgroup)" # Set to 1 in all podman container images CONTAINER="${CONTAINER:-0}" +# Without this, perl garbles "f39β" command-line args +PERL_UNICODE=A + # END Global export of all variables set +a