in Gentoo, everyone has sed. no one really has ed. tweak this minor script to use sed instead of ed. the changes are straight forward: * change \$ to $ * merge last two $,$ commands into one * delete w/q commands --- a/bc/fix-libmath_h +++ b/bc/fix-libmath_h @@ -1,9 +1,7 @@ -ed libmath.h <