diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-19 13:36:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-19 13:36:08 +0000 |
commit | c2b44f66b9d3bccd78764b208feaa9d9a119a0a1 (patch) | |
tree | d9a3be817d231502da399f056374e25491551ae0 /perl-install/fs.pm | |
parent | 6a05c7c12fcc70058febc82d139dbe4155ac951b (diff) | |
download | drakx-c2b44f66b9d3bccd78764b208feaa9d9a119a0a1.tar drakx-c2b44f66b9d3bccd78764b208feaa9d9a119a0a1.tar.gz drakx-c2b44f66b9d3bccd78764b208feaa9d9a119a0a1.tar.bz2 drakx-c2b44f66b9d3bccd78764b208feaa9d9a119a0a1.tar.xz drakx-c2b44f66b9d3bccd78764b208feaa9d9a119a0a1.zip |
no_comment
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 2f502728f..0d0129786 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -203,6 +203,7 @@ sub mount($$$;$) { eval { modules::load('reiserfs') }; } + $where =~ s|/$||; log::l("calling mount($dev, $where, $fs, $flag, $mount_opt)"); syscall_('mount', $dev, $where, $fs, $flag, $mount_opt) or die _("mount failed: ") . "$!"; } |