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

(-)a/misc/migration_tools/rebuild_zebra.pl (-1 / +1 lines)
Lines 100-105 if (not $result or $want_help) { Link Here
100
100
101
if ( $as_xml ) {
101
if ( $as_xml ) {
102
    warn "Warning: You passed -x which is already the default and is now deprecated·\n";
102
    warn "Warning: You passed -x which is already the default and is now deprecated·\n";
103
    undef $as_xml; # Should not be used later
103
}
104
}
104
105
105
if( not defined $run_as_root and $run_user eq 'root') {
106
if( not defined $run_as_root and $run_user eq 'root') {
106
- 

Return to bug 16505