View | Details | Raw Unified | Return to bug 16506
Collapse All | Expand All

(-)a/misc/migration_tools/rebuild_zebra.pl (-2 / +1 lines)
Lines 110-116 if( not defined $run_as_root and $run_user eq 'root') { Link Here
110
}
110
}
111
111
112
if ( $as_usmarc and $nosanitize ) {
112
if ( $as_usmarc and $nosanitize ) {
113
    my $msg = "Cannot specify both -no_xml and -nosanitize\n";
113
    my $msg = "Cannot specify both -noxml and -nosanitize\n";
114
    $msg   .= "Please do '$0 --help' to see usage.\n";
114
    $msg   .= "Please do '$0 --help' to see usage.\n";
115
    die $msg;
115
    die $msg;
116
}
116
}
117
- 

Return to bug 16506