@@ -, +, @@ rebuild_zebra.pl --- misc/migration_tools/rebuild_zebra.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/misc/migration_tools/rebuild_zebra.pl +++ a/misc/migration_tools/rebuild_zebra.pl @@ -99,7 +99,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"; + warn "Warning: You passed -x which is already the default and is now deprecated\n"; undef $as_xml; # Should not be used later } --