From 0b971efc618b350216249f5c12f28ab1c8a8e1be 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher (cherry picked from commit 6122b8fe6ee73b9e0a26312507912d947c6d58f7) Signed-off-by: Frédéric Demians --- 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 14dab96b19..ea813d815a 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.20.1