Commit a9d7ebf
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 1dcb21e commit a9d7ebf
1 file changed
+4
-2
lines changed| 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