From: Johannes Sixt <hidden> Date: 2016-06-15 22:44:22
Jeff King schrieb:
Older versions of perl (such as 5.005) don't understand -CO, nor
do they understand the "U" pack specifier. Instead of using perl,
let's just printf the binary bytes we are interested in.
Signed-off-by: Jeff King <redacted>
Yay! We need this on Windows with MSYS's perl, too. Works great:
Tested-by: Johannes Sixt <redacted>
-- Hannes