changed default output file (again)
authorShawn Boyette <sboyette@esilibrary.com>
Tue, 30 Dec 2008 15:43:26 +0000 (15:43 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Tue, 30 Dec 2008 15:43:26 +0000 (15:43 +0000)
marc_cleanup

index f40babb..8438a06 100755 (executable)
@@ -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'};