summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2023-03-13 11:47:38 +0100
committerWerner Lemberg <wl@gnu.org>2023-03-13 11:47:38 +0100
commitd857bd535b6c7e877f262a9b61ed21ee11b35dab (patch)
tree351ebe276a078ffa21adfc0eda6899eba035c5c8
parentb9376065d68c7d8cdb908cf99b89d0fd76ddb051 (diff)
downloadfreetype2-d857bd535b6c7e877f262a9b61ed21ee11b35dab.tar.gz
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.
-rw-r--r--builds/vms/apinames_vms.bashbin106 -> 102 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/builds/vms/apinames_vms.bash b/builds/vms/apinames_vms.bash
index 953519805..e9b1b727b 100644
--- a/builds/vms/apinames_vms.bash
+++ b/builds/vms/apinames_vms.bash
Binary files differ