compress: typ'
authorShawn Boyette <sboyette@esilibrary.com>
Mon, 8 Dec 2008 22:14:04 +0000 (22:14 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Mon, 8 Dec 2008 22:14:04 +0000 (22:14 +0000)
compress_fingerprints

index 0f64c85..9b3d832 100644 (file)
@@ -15,7 +15,7 @@ my %recs = (); # fingerprints belonging to each record
 open FP, '<', $ARGV[0] or die "Can't open input file: $!\n";
 
 my $count = 0;
-my $total = `wc -l $ARGV[0]'`;
+my $total = `wc -l $ARGV[0]`;
 
 print "Loading and ranking fingerprints\n";
 while (<FP>) {