From: Andres Salomon Date: Tue, 19 Aug 2008 19:06:53 +0000 (-0400) Subject: blah X-Git-Tag: v0.1~21 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=f466ce64db4b5625833321edf0d8fa0d091f61b2 blah Signed-off-by: Andres Salomon --- diff --git a/crcimg.pl b/crcimg.pl old mode 100644 new mode 100755 index 37029f8..6da9ce2 --- a/crcimg.pl +++ b/crcimg.pl @@ -8,4 +8,3 @@ while (read(STDIN, $buf, 0x20000) eq 0x20000) { $crc = crc32($buf); printf("%08lx\n", $crc); } -