From 5fae15058cb2f180418178291abc6760feead258 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Tue, 30 Dec 2008 15:43:26 +0000 Subject: [PATCH] changed default output file (again) --- marc_cleanup | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/marc_cleanup b/marc_cleanup index f40babb..8438a06 100755 --- a/marc_cleanup +++ b/marc_cleanup @@ -670,7 +670,7 @@ sub initialize { # defaults if ($c->{prefix}) { - $c->{output} = join('.',$c->{prefix},'marc','xml'); + $c->{output} = join('.',$c->{prefix},'clean','marc','xml'); $c->{exception} = join('.',$c->{prefix},'marc','ex'); } $c->{'renumber-tag'} = 903 unless defined $c->{'renumber-tag'}; -- 1.7.2.5