Ken Moffat wrote:
I added the sed for ltmain.sh-12.0.1 because it is used
unconditionally.  But it breaks my build (I fail on any error,
except when running certain conditional local options)  because the
file is now in the bin/ directory.

I'll fix this in my next commit unless anybody objects.

The sed in the book is wrong.  It should be:

sed -i "/seems to be moved/s/^/: #/" ltmain.sh

It needs the colon (:) before the hash as in

if [ "$x" = "1" ]; then
: #abcd
fi

  -- Bruce

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

Reply via email to