On 2012-05-29 10:51, Julian Reschke wrote:
On 2012-05-29 10:25, Michael Dürig wrote:
On 28.5.12 16:24, Julian Reschke wrote:
Looks good, but I do get a few bad checksum warnings (see attached
logfile):
You are on windows right? Might this have something to do with it? Did
anybody else try this on Windows?
...
Yes, with Cygwin. Probably something is getting text processing that
should be processed as binary?
...
The problem is that the script uses openssl for checksum checking, and
feeds the binary into openssl through stdin, and the authors of openssl
apparently do not understand the difference between binary and text (a
common pattern of people living exclusively in the *nix world).
Best regards, Julian