]> spindle.queued.net Git - xodist/blobdiff - crcimg.pl
debxo-sugar: update packages for squeeze
[xodist] / crcimg.pl
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);
 }
-