From d857bd535b6c7e877f262a9b61ed21ee11b35dab Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 13 Mar 2023 11:47:38 +0100 Subject: builds/vms/apinames_vms.bash: Fix `unzip` artifact The problem occured when unpacking a zip file created on OpenVMS on Linux. While OpenVMS knows many different file formats, Unix only knows stream-LF and binary. In principle `zip` on Linux should have translated the file to stream-LF but failed to do so. That caused the file to incorrectly contain only one line with control-characters. --- builds/vms/apinames_vms.bash | Bin 106 -> 102 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'builds') diff --git a/builds/vms/apinames_vms.bash b/builds/vms/apinames_vms.bash index 953519805..e9b1b727b 100644 Binary files a/builds/vms/apinames_vms.bash and b/builds/vms/apinames_vms.bash differ -- cgit v1.2.1