diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-11 10:56:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-11 10:56:54 +0000 |
commit | 66acc9ca3c2c03404de8a2cb635d67f474e91e0a (patch) | |
tree | 031a2d66652d5f9c2d674cf96d5896ccd3a7a5bd /perl-install/install_interactive.pm | |
parent | f5d31de24627657212675867a36831d208148043 (diff) | |
download | drakx-backup-do-not-use-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.tar drakx-backup-do-not-use-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.tar.gz drakx-backup-do-not-use-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.tar.bz2 drakx-backup-do-not-use-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.tar.xz drakx-backup-do-not-use-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.zip |
no_comment
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r-- | perl-install/install_interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 2fa917564..641d9ad59 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -18,11 +18,11 @@ use modules; sub tellAboutProprietaryModules { - my ($o); + my ($o) = @_; my @l = grep {$_} map { $_->{driver} =~ /^Bad:(.*)/ && $1 } detect_devices::probeall(); $o->ask_warn('', _("Some hardware on your computer needs ``proprietary'' drivers to work. -You can find some information about them at: %s"), join(", ", @l)) if @l; +You can find some information about them at: %s", join(", ", @l))) if @l; } sub partition_with_diskdrake { |