diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-23 08:49:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-23 08:49:39 +0000 |
commit | 6489084b3eecfcc5d5721be2428486f622d28a13 (patch) | |
tree | b4567bc2f30b53766cf308682396a22c421a988c /move | |
parent | 349c0c71e5f12efb48c8799e488bd4c78f5f0d11 (diff) | |
download | drakx-6489084b3eecfcc5d5721be2428486f622d28a13.tar drakx-6489084b3eecfcc5d5721be2428486f622d28a13.tar.gz drakx-6489084b3eecfcc5d5721be2428486f622d28a13.tar.bz2 drakx-6489084b3eecfcc5d5721be2428486f622d28a13.tar.xz drakx-6489084b3eecfcc5d5721be2428486f622d28a13.zip |
fix ugly typo :-(
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index accee6c1f..c879a8d80 100644 --- a/move/move.pm +++ b/move/move.pm @@ -473,7 +473,7 @@ sub install2::verifyKey { my $_wait = $using_existing_host_config || $o->wait_message(N("Setting up USB key"), N("Please wait, setting up system configuration files on USB key...")); - if (eval { fs::umount_part($key_part) }) { + if (eval { fs::umount_part($key_part); 1 }) { log::l("remounting without sync option"); $key_part->{options} = $key_mountopts; fs::mount_part($key_part); |