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

BTW, perhaps I need a cluebat thrown here, but is the '-e' even necessary in this case? Is there something wrong with:

sed 's@/usr/local@/[EMAIL PROTECTED]' Makefile.unix > Makefile

--
JH
--
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