Skip to content

Commit

Permalink
Changing tagging of jar files to BINARY
Browse files Browse the repository at this point in the history
  • Loading branch information
psoujany committed Aug 22, 2024
1 parent 376cce5 commit 88fdb18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/getDependencies.pl
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,8 @@ sub downloadFile {
# note _ENCODE_FILE_NEW flag is set for zos
if ('.txt' eq substr $filename, -length('.txt')) {
$output = qx{_ENCODE_FILE_NEW=ISO8859-1 curl $curlOpts -k -o $filename $url 2>&1};
} elsif ('.jar' eq substr $filename, -length('.jar')) {
$output = qx{_ENCODE_FILE_NEW=BINARY curl $curlOpts -k -o $filename $url 2>&1};
} else {
$output = qx{_ENCODE_FILE_NEW=UNTAGGED curl $curlOpts -k -o $filename $url 2>&1};
}
Expand Down

0 comments on commit 88fdb18

Please sign in to comment.