diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-20 15:01:21 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-20 15:01:21 +0000 |
commit | f49ea815cc1c84571ebc34214aeff5ff668f62b9 (patch) | |
tree | d792982f7ba883dc3fdfd2acde60ab926294aa5e /perl-install/fs.pm | |
parent | 8db819b3d3be978b4bc884836158e8aa113452a8 (diff) | |
download | drakx-backup-do-not-use-f49ea815cc1c84571ebc34214aeff5ff668f62b9.tar drakx-backup-do-not-use-f49ea815cc1c84571ebc34214aeff5ff668f62b9.tar.gz drakx-backup-do-not-use-f49ea815cc1c84571ebc34214aeff5ff668f62b9.tar.bz2 drakx-backup-do-not-use-f49ea815cc1c84571ebc34214aeff5ff668f62b9.tar.xz drakx-backup-do-not-use-f49ea815cc1c84571ebc34214aeff5ff668f62b9.zip |
thx rekcehc_lrep
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 6bb46dee2..8e63218d9 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -727,7 +727,7 @@ sub mount { } log::l("calling mount($dev, $where, $fs, $flag, $mount_opt)"); $wait_message->(N("Mounting partition %s", $dev)) if $wait_message; - syscall_('mount', $dev, $where, $fs, $flag, $mount_opt) or die \N("mounting partition %s in directory %s failed", $dev, $where) . " ($!)"; + syscall_('mount', $dev, $where, $fs, $flag, $mount_opt) or die \(N("mounting partition %s in directory %s failed", $dev, $where) . " ($!)"); } else { log::l("skipping mounting $fs partition"); return; |