diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-04-18 12:38:45 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-04-18 17:52:38 +0200 |
commit | 0cd7be1897b7b0badbb47048980333b9c1bc4899 (patch) | |
tree | 87efd34c8e8ed9df20ae90ee5a25c014918fcce1 | |
parent | c24c2d1e41b8123d205f69415a4f934b365408a7 (diff) |
Missing newline
Change-Id: I20ea4b43c1cbf5a79a1d52c0c8c27018b003411b
Reviewed-on: https://gerrit.libreoffice.org/53101
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r-- | solenv/bin/modules/installer/windows/upgrade.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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}/; |