Commit 415cd95
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 7e90339 commit 415cd95
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments