cirrus setup: special-case perl unicode

Perl is still stuck in the 1980s. Try to override that.

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago
2023-10-19 09:30:10 -06:00
parent 0b0f128bfb
commit bd953fdc71

View File

@ -112,6 +112,9 @@ CG_FS_TYPE="$(stat -f -c %T /sys/fs/cgroup)"
# Set to 1 in all podman container images # Set to 1 in all podman container images
CONTAINER="${CONTAINER:-0}" CONTAINER="${CONTAINER:-0}"
# Without this, perl garbles "f39β" command-line args
PERL_UNICODE=A
# END Global export of all variables # END Global export of all variables
set +a set +a