Commit 5e15770
committed
Fixup the generator script for GNU sed.
GNU sed doesn't understand `-i ''` as meaning don't make a backup
file, wheras BSD sed (as in use on MacOS) doesn't understand `-i`
which GNU sed would use.
Change this to `-i.bak` which works on both sed flavors and delete the
backup file after by hand.1 parent f2c21cb commit 5e15770
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
0 commit comments