Commit c3f8911
fix: correct Makefile line continuation in sed injection (\\→\)
The python insertion script emitted \\ (two chars) which the shell
interpreted as a literal backslash argument to sed instead of a
Makefile recipe line continuation; replace with single \.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 91b32da commit c3f8911
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments