summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/windows/mergemodule.pm
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-16 13:30:38 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-16 13:30:38 +0000
commitc8338c957604e228bbad2cfc19aec45e493e87c0 (patch)
treee638d1947af85afe4208ceeb18b0b76af017368c /solenv/bin/modules/installer/windows/mergemodule.pm
parent14d5f15f5b745bde73c061bc17a63588cf884d03 (diff)
CWS-TOOLING: integrate CWS native197_DEV300
Diffstat (limited to 'solenv/bin/modules/installer/windows/mergemodule.pm')
-rwxr-xr-xsolenv/bin/modules/installer/windows/mergemodule.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/windows/mergemodule.pm b/solenv/bin/modules/installer/windows/mergemodule.pm
index 11ccb67b1817..25ef326a7a8f 100755
--- a/solenv/bin/modules/installer/windows/mergemodule.pm
+++ b/solenv/bin/modules/installer/windows/mergemodule.pm
@@ -1168,7 +1168,7 @@ sub change_file_table
my $returnvalue = system($systemcall);
- my $infoline = "Systemcall: $systemcall\n";
+ $infoline = "Systemcall: $systemcall\n";
push( @installer::globals::logfileinfo, $infoline);
if ($returnvalue)