Archaic wrote:

On Sun, Jun 12, 2005 at 07:05:54PM -0500, David Jensen wrote:
Randy doesn't see it as improved and I agree except for sed delimiter:
I propose this change.
cat Makefile.unix | sed -e 's@/usr/local@/[EMAIL PROTECTED]' > Makefile &&

If you are going to change it anyway, then there is no reason to keep
the cat in there. If the server was up, I'd point you to the "Useless
use of cat Awards". :)

Well, Hey.  this works:
sed -e 's@/usr/local@/[EMAIL PROTECTED]' Makefile.unix > Makefile
do you have a shorter, better?

--
David Jensen

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

Reply via email to