From 89eda7dc3c88bb8bf955a4451c95f5058048368f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Sep 2001 20:44:55 +0000 Subject: fix typo --- 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 c919c574c..b8f33b7ed 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -585,7 +585,7 @@ sub mount { syscall_('mount', $dev, $where, $fs, $flag, $mount_opt) or die _("mount failed: ") . "$!"; syscall_('umount', $where); # really mount as ext2 during install for speed up - $type = 'ext2'; + $fs = 'ext2'; } log::l("calling mount($dev, $where, $fs, $flag, $mount_opt)"); syscall_('mount', $dev, $where, $fs, $flag, $mount_opt) or die _("mount failed: ") . "$!"; -- cgit v1.2.1