From: Shawn Boyette Date: Tue, 14 Jul 2009 03:07:46 +0000 (+0000) Subject: newline at end of sample run X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=9277a6dbeccd4b6c28ae7c9c11f0d6c2d2323bfc;hp=d77995b0d04fee6907f52d265500b2e5ae68df6d newline at end of sample run --- 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"; #--------------------------