From 367148c150b3ace4e642bf6c76deaee3e2f90db6 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 18 Jul 2007 16:42:51 +0000 Subject: * fixed one more use of an uninitialzed value git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1247 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Engine.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer') 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'}) { -- cgit v1.2.3-55-g7522