mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
There are just too many ways that an inline sed script can screw up. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
3 lines
91 B
Sed
3 lines
91 B
Sed
# Replace @@PERLBUILDREQS@@ with the file perlbreq.si
|
|
/@@PERLBUILDREQS@@/{r perlbreq.si
|
|
d}
|