summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-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'}) {