From 8d0a338550f3df764d8444ff17e9a20a2023c4e8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Apr 2005 09:13:39 +0000 Subject: replace non ascii char --- perl-install/printer/main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/printer/main.pm b/perl-install/printer/main.pm index 5a82e56a8..d7eb593fd 100644 --- a/perl-install/printer/main.pm +++ b/perl-install/printer/main.pm @@ -3003,7 +3003,7 @@ sub devicefound { sub usbdevice { my ($usbid) = @_; - # Run "lsusb -vv¨ and search the given device to get its USB bus and + # Run "lsusb -vv" and search the given device to get its USB bus and # device numbers open(my $F, ($::testing ? "" : "chroot $::prefix/ ") . '/bin/sh -c "export LC_ALL=C; lsusb -vv 2> /dev/null" |') -- cgit v1.2.1