From 40eb462443c8d07e1cb7915db1d33be4e9fd39b0 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Mon, 8 Dec 2008 22:14:04 +0000 Subject: [PATCH] compress: typ' --- compress_fingerprints | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 () { -- 1.7.2.5