Skip to content

Commit

Permalink
builds/vms/apinames_vms.bash: Fix unzip artifact
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lemzwerg committed Mar 13, 2023
1 parent b937606 commit d857bd5
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified builds/vms/apinames_vms.bash
Binary file not shown.

0 comments on commit d857bd5

Please sign in to comment.