]> spindle.queued.net Git - xodist/commitdiff
blah
authorAndres Salomon <dilinger@debian.org>
Tue, 19 Aug 2008 19:06:53 +0000 (15:06 -0400)
committerAndres Salomon <dilinger@debian.org>
Tue, 19 Aug 2008 19:06:53 +0000 (15:06 -0400)
Signed-off-by: Andres Salomon <dilinger@debian.org>
crcimg.pl [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
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);
 }
-