Commit d857bd535b6c7e877f262a9b61ed21ee11b35dab

Werner Lemberg 2023-03-13T11:47:38

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.

1
2
3
diff --git a/builds/vms/apinames_vms.bash b/builds/vms/apinames_vms.bash
index 9535198..e9b1b72 100644
Binary files a/builds/vms/apinames_vms.bash and b/builds/vms/apinames_vms.bash differ