From 6489084b3eecfcc5d5721be2428486f622d28a13 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 23 Jun 2004 08:49:39 +0000 Subject: fix ugly typo :-( --- move/move.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move/move.pm') 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); -- cgit v1.2.1