mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
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:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user