From 5a632fe532f355a2583970fefb2ed8ceec6c9460 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 23 Jul 1999 21:15:31 +0000 Subject: no_comment --- perl-install/fs.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 024ceb5e6..0b08c0775 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -239,7 +239,5 @@ sub write_fstab($;$$) { exists $new{$a} || exists $new{$b} and next; print F $_; } - foreach (@to_add) { - print F join(" ", @$_), "\n"; - } + print F join(" ", @$_), "\n" foreach @to_add; } -- cgit v1.2.1