Commit cba826a
msix: fix backslash escaping in map file generation
Using sed with Windows paths in the replacement string causes
backslash sequences like \a and \b to be interpreted as special
characters, mangling the paths. Use a shell while-read loop instead
to avoid escaping issues entirely.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Shmueli Englard <senglard@microsoft.com>1 parent 1e822ce commit cba826a
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
0 commit comments