Stéphane Peter

Results 94 comments of Stéphane Peter

Interesting, that sounds like a bug. Are you using the current version from git to exhibit this behavior?

I can not reproduce this with the current version (the soon to be 2.3.1, as in the repo right now). What OS are you running this on?

Not happening with 10.12.4 here at least...

I think a likely candidate for this might be your `bzip2` binary on the Mac. It doesn't ship standard with the OS so it's likely built from somewhere else. Maybe...

Another possible explanation would be weird versions of `md5` or `md5sum` on your system.

Run `which md5` and `which md5sum` and see if the location for any of these commands is a bit exotic (the regular `md5` command on Mac is in /sbin). Maybe...

Actually we already have a `--quiet` flag for archives. Is it not doing this?

The main problem is that `stat` seems to be a BSD command and is probably not available on many System V UNIX systems. That said, it might be a good...