@@ -, +, @@ --- misc/migration_tools/rebuild_zebra.pl | 1 + 1 file changed, 1 insertion(+) --- a/misc/migration_tools/rebuild_zebra.pl +++ a/misc/migration_tools/rebuild_zebra.pl @@ -100,6 +100,7 @@ if (not $result or $want_help) { if ( $as_xml ) { warn "Warning: You passed -x which is already the default and is now deprecated·\n"; + undef $as_xml; # Should not be used later } if( not defined $run_as_root and $run_user eq 'root') { --