summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-08 17:25:43 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-08 17:26:41 +0200
commita71b30f6c20197eb07249aa91a85c83eb3d4fb2d (patch)
tree0d64f14af73ffd0e7e70f2567bdbceeb1e299db5 /solenv
parente559c20c033e8c714857d0813973602a703e711f (diff)
drop pointless self-assignment
Well, it is possible that it is special perl syntax for something, but somehow I doubt that .-) Change-Id: I213f56c9c2b32919b7bd0c53a4639c59418345c1
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/modules/installer/simplepackage.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/simplepackage.pm b/solenv/bin/modules/installer/simplepackage.pm
index 3b8c8a3d6ef5..f1f54030660d 100755
--- a/solenv/bin/modules/installer/simplepackage.pm
+++ b/solenv/bin/modules/installer/simplepackage.pm
@@ -280,7 +280,6 @@ sub create_package
my $volume_name = $allvariables->{'PRODUCTNAME'};
my $volume_name_classic = $allvariables->{'PRODUCTNAME'} . ' ' . $allvariables->{'PRODUCTVERSION'};
my $volume_name_classic_app = $volume_name; # "app" should not contain version number
- $volume_name_classic = $volume_name_classic;
if ( $allvariables->{'DMG_VOLUMEEXTENSION'} ) {
$volume_name = $volume_name . ' ' . $allvariables->{'DMG_VOLUMEEXTENSION'};
$volume_name_classic = $volume_name_classic . ' ' . $allvariables->{'DMG_VOLUMEEXTENSION'};