Typo's.
[minix3.git] / commands / bc / fix_math.h
blob9a2ee84c7ee84f14ae9353cb1e5fcbc125977644
1 #!/bin/sh
2 ed - math.h <<EOS-EOS
3 1,1s/^/"/
4 1,\$s/\$/\\\\/
5 \$,\$d
6 \$,\$s/\\\\\$/"/
9 EOS-EOS