summaryrefslogtreecommitdiffstats
path: root/perl-install/commands.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r--perl-install/commands.pm2
1 files changed, 1 insertions, 1 deletions
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 { "
********************************************************************************