solenv/bin/modules/installer/simplepackage.pm | 1 - 1 file changed, 1 deletion(-)
New commits: commit a029b55d9f8a7b6040fdc27f0b5fde86e71d94a0 Author: Tor Lillqvist <t...@iki.fi> Date: Wed Apr 17 17:16:34 2013 +0300 Remove a pointless assignment of a variable to itself Change-Id: I6c983ec5f0f4597f7f86c1c9ff256881c360bb1d diff --git a/solenv/bin/modules/installer/simplepackage.pm b/solenv/bin/modules/installer/simplepackage.pm index e6e6484..3b8c8a3 100755 --- a/solenv/bin/modules/installer/simplepackage.pm +++ b/solenv/bin/modules/installer/simplepackage.pm @@ -281,7 +281,6 @@ sub create_package 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; - $volume_name_classic_app = $volume_name_classic_app; if ( $allvariables->{'DMG_VOLUMEEXTENSION'} ) { $volume_name = $volume_name . ' ' . $allvariables->{'DMG_VOLUMEEXTENSION'}; $volume_name_classic = $volume_name_classic . ' ' . $allvariables->{'DMG_VOLUMEEXTENSION'}; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits