Skip to content

Commit

Permalink
Change jar files tag to BINARY
Browse files Browse the repository at this point in the history
This patch changes jar files tagging to BINARY

Signed-off-by: Pasam Soujanya <[email protected]>
  • Loading branch information
psoujany committed Aug 26, 2024
1 parent 376cce5 commit da4fd89
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 da4fd89

Please sign in to comment.