[email protected] wrote:

Modified: trunk/BOOK/pst/typesetting/asymptote.xml

+<screen><userinput>sed -i -e '/ellint_D/s/3/2/' \
+sed    -e '/ellint_D/s/.SYM(n)//' gsl.cc</userinput></screen>

I think you have an extra sed here.

Does

sed -i -e '/ellint_D/{s/3/2/;s/.SYM(n)//}' gsl.cc

work?

  -- Bruce




--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to