summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
diff options
context:
space:
mode:
authorVolker Uhrig2008-03-31 20:25:26 +0200
committerVolker Uhrig2008-03-31 20:25:26 +0200
commit94c5d40615cf40be6d400813d252bdc20f84f614 (patch)
tree42f375d1b5f02ffcb9647f3a839543aa8f2d7fe3 /os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
parent* removed a few definition of my. They caused in emtpy variables later (diff)
downloadcore-94c5d40615cf40be6d400813d252bdc20f84f614.tar.gz
core-94c5d40615cf40be6d400813d252bdc20f84f614.tar.xz
core-94c5d40615cf40be6d400813d252bdc20f84f614.zip
* Minor fix of array declaration and arrayname
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1712 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
index 00c54f7f..19e88615 100644
--- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
@@ -179,7 +179,7 @@ sub installationPhase
# variants because we do not know which on is selected on client level
# (code depends on distro/version and vmware location)
# for local ... other vm-installations (TODO: generate list)
- @types = qw( local );
+ my @type = qw( local );
foreach my $type (@type) {
# location of the vmware stuff, "local" for directly installed
# package (more sophisticated assignment might be needed ...)