summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorOliver Tappe2007-07-18 18:42:51 +0200
committerOliver Tappe2007-07-18 18:42:51 +0200
commit367148c150b3ace4e642bf6c76deaee3e2f90db6 (patch)
treeb890c072aa01017b865b5d4647ddd831e91b34a0 /installer
parent* fixed two bugs that inhibited the importing of vendor-OSes that are not (diff)
downloadcore-367148c150b3ace4e642bf6c76deaee3e2f90db6.tar.gz
core-367148c150b3ace4e642bf6c76deaee3e2f90db6.tar.xz
core-367148c150b3ace4e642bf6c76deaee3e2f90db6.zip
* fixed one more use of an uninitialzed value
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1247 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 3ab035bc..e160377d 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -297,7 +297,7 @@ sub cloneVendorOS
}
$self->{'clone-source'} = $source;
- my $lastCloneSource;
+ my $lastCloneSource = '';
my $cloneInfoFile = "$self->{'vendor-os-path'}/.openslx-clone-info";
my $isReClone;
if (-e $self->{'vendor-os-path'}) {