From: Galen Charlton Date: Tue, 7 Aug 2012 18:19:00 +0000 (-0400) Subject: clean up a bit of noise X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=a6aaf288e553038c8be901f35e2f1f7e30c07c8f clean up a bit of noise Signed-off-by: Galen Charlton --- diff --git a/extract_loadset b/extract_loadset index aa29023..61326bd 100755 --- a/extract_loadset +++ b/extract_loadset @@ -41,6 +41,7 @@ open MI, '<', $conf->{input} or die "Can't open input file: $!\n"; open MO, '>', $conf->{output} or die "Can't open output file: $!\n"; while () { m/tag="$conf->{tag}".+?(\d+){reverse}) { print MO if $exclude{$1}; } else {