From 6c73ca31a1fdf1217982008d07550ddea2ad8310 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 28 Jun 2016 19:44:30 -0300 Subject: [PATCH] Bug 16830: (followup) Remove weird character from warning in rebuild_zebra.pl --- misc/migration_tools/rebuild_zebra.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/migration_tools/rebuild_zebra.pl b/misc/migration_tools/rebuild_zebra.pl index 14dab96..ea813d8 100755 --- a/misc/migration_tools/rebuild_zebra.pl +++ b/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 } -- 2.9.0