summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-25 11:18:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-25 11:18:21 +0000
commitc3bca0d4e81c9f38c3b3efd486640f03b1019c48 (patch)
tree82a6cfa5ab1b8f213a33961fa571bc6c84a36a83 /perl-install/fs.pm
parentd4937b67df03e7370405e238ab6a1a5d1ca21a32 (diff)
downloaddrakx-backup-do-not-use-c3bca0d4e81c9f38c3b3efd486640f03b1019c48.tar
drakx-backup-do-not-use-c3bca0d4e81c9f38c3b3efd486640f03b1019c48.tar.gz
drakx-backup-do-not-use-c3bca0d4e81c9f38c3b3efd486640f03b1019c48.tar.bz2
drakx-backup-do-not-use-c3bca0d4e81c9f38c3b3efd486640f03b1019c48.tar.xz
drakx-backup-do-not-use-c3bca0d4e81c9f38c3b3efd486640f03b1019c48.zip
noreturn is now exported, no need to MDK::Common::Various::noreturn()
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r--perl-install/fs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index 10da0e72c..a8789c6f3 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -374,7 +374,7 @@ sub mount_options_pack_ {
sub mount_options_pack {
my ($part, $options, $unknown) = @_;
$part->{options} = mount_options_pack_($part, $options, $unknown);
- MDK::Common::Various::noreturn();
+ noreturn();
}
sub mount_options_help {