From 9277a6dbeccd4b6c28ae7c9c11f0d6c2d2323bfc Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Tue, 14 Jul 2009 03:07:46 +0000 Subject: [PATCH 1/1] newline at end of sample run --- extract_holdings | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/extract_holdings b/extract_holdings index 5efe9c6..117aef5 100755 --- a/extract_holdings +++ b/extract_holdings @@ -22,6 +22,7 @@ $| = 1; # run samples if we've been asked for them run_samples($c) if ($c->{sample} or $c->{samplemap} or $c->{samplestr}); extract_holdings($c) if ($c->{map}); +print "\n"; #-------------------------- -- 1.7.2.5