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/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 83f4676d5..0a799131a 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -342,7 +342,7 @@ sub write($$$$) { open F, "> $prefix/etc/mtab" or die "error resetting $prefix/etc/mtab"; } - my ($floppy) = detect_devices::floppies(); + my $floppy = detect_devices::floppy(); my @to_add = ( $useSupermount ? -- cgit v1.2.1