Bug 16830: (followup) Remove weird character from warning in rebuild_zebra.pl
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 28 Jun 2016 22:44:30 +0000 (19:44 -0300)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 4 Aug 2016 19:41:42 +0000 (19:41 +0000)
Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
misc/migration_tools/rebuild_zebra.pl

index 14dab96..ea813d8 100755 (executable)
@@ -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
 }