From 13b1b89677ce50c64212e1c82cdfe3d964c667fb Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Thu, 4 Feb 2010 10:23:44 +0000 Subject: [PATCH] Syntax bugfix --- install/calculate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/calculate b/install/calculate index 00fb347..bfa98a8 100755 --- a/install/calculate +++ b/install/calculate @@ -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;