Author: Patrick McDermott Subject: Convert bc/fix-libmath_h to use sed bc/libmath.h (the compiled byte code form of bc/libmath.b) is no longer distributed by upstream. This causes it to be compiled with a temporary build of bc and compiled into a C header with bc/fix-libmath_h, a shell script that runs ed. BusyBox ed bails on these commands: "libmath.h", 47 lines, 2655 chars : ed: no substitutions found for "^" : ed: no substitutions found for "$" : : : ed: no substitutions found for ",$" : "libmath.h", 46 lines, 2652 chars : Really quit? So instead, convert the script to use sed. diff -Naurp src.orig/bc/fix-libmath_h src/bc/fix-libmath_h --- src.orig/bc/fix-libmath_h 2017-04-07 18:20:02.000000000 -0400 +++ src/bc/fix-libmath_h 2019-06-23 15:43:12.264276574 -0400 @@ -1,9 +1,7 @@ -ed libmath.h <libmath.h