From 1237406e5ee90da9dbdfec9fce21d603f75c80a6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Oct 2000 00:30:29 +0000 Subject: no_comment --- perl-install/commands.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/commands.pm') diff --git a/perl-install/commands.pm b/perl-install/commands.pm index 2e8ffc146..f9b532958 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -563,7 +563,7 @@ sub bug { $h and die "usage: bug\nput file report.bug on fat formatted floppy\n"; require detect_devices; - mount devices::make(first(detect_devices::floppies())), "/fd0"; + mount devices::make(detect_devices::floppy()), "/fd0"; sub header { " ******************************************************************************** -- cgit v1.2.1