From: Shawn Boyette Date: Mon, 8 Dec 2008 22:14:04 +0000 (+0000) Subject: compress: typ' X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=40eb462443c8d07e1cb7915db1d33be4e9fd39b0 compress: typ' --- diff --git a/compress_fingerprints b/compress_fingerprints index 0f64c85..9b3d832 100644 --- a/compress_fingerprints +++ b/compress_fingerprints @@ -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 () {