mirror of
https://github.com/containers/podman.git
synced 2025-06-20 09:03:43 +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
|
||||
CONTAINER="${CONTAINER:-0}"
|
||||
|
||||
# Without this, perl garbles "f39β" command-line args
|
||||
PERL_UNICODE=A
|
||||
|
||||
# END Global export of all variables
|
||||
set +a
|
||||
|
||||
|
Reference in New Issue
Block a user