[Libreoffice-commits] core.git: solenv/bin
Mike Kaganski
mike.kaganski at collabora.com
Wed Apr 18 15:53:37 UTC 2018
solenv/bin/modules/installer/windows/upgrade.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0cd7be1897b7b0badbb47048980333b9c1bc4899
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date: Wed Apr 18 12:38:45 2018 +0100
Missing newline
Change-Id: I20ea4b43c1cbf5a79a1d52c0c8c27018b003411b
Reviewed-on: https://gerrit.libreoffice.org/53101
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/solenv/bin/modules/installer/windows/upgrade.pm b/solenv/bin/modules/installer/windows/upgrade.pm
index 9e0d7ea79fb7..6c02f99fe0f4 100644
--- a/solenv/bin/modules/installer/windows/upgrade.pm
+++ b/solenv/bin/modules/installer/windows/upgrade.pm
@@ -46,7 +46,7 @@ sub create_upgrade_table
push(@upgradetable, $newline);
# Detecting if VC Runtime is installed on system
- $newline = "VCRUNTIME_UPGRADE_CODE" . "\t" . "14.0.24215" . "\t" . "15.0.0" . "\t" . "" . "\t" . "258" . "\t" . "" . "\t" . "VCRUNTIME_DETECTED";
+ $newline = "VCRUNTIME_UPGRADE_CODE" . "\t" . "14.0.24215" . "\t" . "15.0.0" . "\t" . "" . "\t" . "258" . "\t" . "" . "\t" . "VCRUNTIME_DETECTED" . "\n";
if ( $installer::globals::cpuname eq 'X86_64' )
{
$newline =~ s/VCRUNTIME_UPGRADE_CODE/{36F68A90-239C-34DF-B58C-64B30153CE35}/;
More information about the Libreoffice-commits
mailing list