Syntax bugfix

master
Mike Hiretsky 15 years ago
parent 3a2379010e
commit 13b1b89677

@ -3329,7 +3329,7 @@ sub extract_exec{
$bar = 0;
}
my $res = copy_with_progress($install_from,$data{mount},$count);
if($install_from == "/mnt/squashfs"){
if($install_from eq "/mnt/squashfs"){
system "$data{path} umount $install_from && rmdir $install_from";
}
return $res;

Loading…
Cancel
Save