Commit de4cff5
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 3f2c041 commit de4cff5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
0 commit comments