On 5/10/06, Jeremy Huntwork <[EMAIL PROTECTED]> wrote:
we should be safe to sed the 'configure' file itself and shorten the command, ie:cp -v configure{,.orig} sed -e 's@/usr/include@/tools/[EMAIL PROTECTED]' configure
I think you meant sed -i. sed -e is more portable, -i is gnu sed specific and only supported by gnu sed versions greater than 3(?). -- Tushar Teredesai mailto:[EMAIL PROTECTED] http://www.linuxfromscratch.org/~tushar/
-- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
