#820 closed defect (fixed)
setup-download rerieves files in text-mode
| Reported by: | felix winkelmann | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 4.9.0 |
| Component: | core tools | Version: | 4.7.x |
| Keywords: | setup-download chicken-install | Cc: | |
| Estimated difficulty: |
Description
Files retrieved by chicken-install (via the "setup-download" module) are written to the disk in text-mode. This corrupts binary files (like "jscheme.jar" from the "javahack" egg) on Windows systems.
A simple remedy is to open the output file in binary mode.
Note: See
TracTickets for help on using
tickets.

6f5f5f8dac7b7f44815a2c6893bfa3f7cb33185f on master fixes this.