Summary
Invalid copy command in generated install script on Windows
Metadata
- Id: 8ab132b786424bbe74efd77e9d8ffe16fdbb8cfa
- Trac id: 1516
- Type: defect
- Reporter: sjamaan
- Owner:
- Cc:
- Status: closed
- Component: core tools
- Estimated difficulty: easy
- Resolution: fixed
- Priority: major
- Milestone: 5.0
- Version: 5.0.0rc1
- Changetime: 2018-09-06 21:40:07 UTC
- Created: 2018-08-21 09:15:56 UTC
- Keywords:
Description
Apparently we can't copy more than one file at a time. See this|paste] for details
Changes and comments
[2018-08-24 18:39:54 UTC] sjamaan changed version from 5.0 to 5.0.0rc1
[2018-09-02 10:04:04 UTC] sjamaan wrote:
I tried, but utf8 "just works" when I install it. How to reproduce this issue?
[2018-09-06 21:31:15 UTC] sjamaan wrote:
Tested with mingw and mingw-msys. Nothing goes wrong.
[2018-09-06 21:40:07 UTC] sjamaan changed status from new to closed
[2018-09-06 21:40:07 UTC] sjamaan set resolution to fixed
[2018-09-06 21:40:07 UTC] sjamaan wrote:
I believe this got fixed with 70fed042fc81b37de4a0ecabb06a2ca4e11cb3cc: instead of generating one copy command for all files in the list we generate a copy command per file.