summaryrefslogtreecommitdiffstats
path: root/perl-install/printer/main.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-04-05 09:13:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-04-05 09:13:39 +0000
commit8d0a338550f3df764d8444ff17e9a20a2023c4e8 (patch)
tree29d79c039b29775ee7af299e54b8d4453a97c9e6 /perl-install/printer/main.pm
parent5071ac9f37dc0c636ee0f3df9e507e8c7000fe55 (diff)
downloaddrakx-backup-do-not-use-8d0a338550f3df764d8444ff17e9a20a2023c4e8.tar
drakx-backup-do-not-use-8d0a338550f3df764d8444ff17e9a20a2023c4e8.tar.gz
drakx-backup-do-not-use-8d0a338550f3df764d8444ff17e9a20a2023c4e8.tar.bz2
drakx-backup-do-not-use-8d0a338550f3df764d8444ff17e9a20a2023c4e8.tar.xz
drakx-backup-do-not-use-8d0a338550f3df764d8444ff17e9a20a2023c4e8.zip
replace non ascii char
Diffstat (limited to 'perl-install/printer/main.pm')
-rw-r--r--perl-install/printer/main.pm2
1 files changed, 1 insertions, 1 deletions
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" |')