On 5/10/06, Jeremy Huntwork <[EMAIL PROTECTED]> wrote:
cp -v configure{,.orig}
sed -e 's@/usr/include@/tools/[EMAIL PROTECTED]' configure
Any reason why we're not doing it this way?
That would only output to stdout. You need either -i or to redirect the output, and you can't redirect the output onto itself. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
