Summary
sha1sum: "sha1sum" should do something sensible on Windows
Metadata
- Id: 882ffd1e03a8212aebbd3117a57bc91fa4164c18
- Trac id: 956
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: someday
- Version: 4.8.x
- Changetime: 2012-12-14 22:04:50 UTC
- Created: 2012-12-06 21:40:43 UTC
- Keywords: sha1sum
Description
`sha1sum` is not available on Windows (it signals an error). It should read the file into a static buffer and invoke `string->sha1sum` instead to work transparently on that platform, even if memory-mapped file access is not used.