On Wed, 2011-06-15 at 00:42 -0500, MBW wrote: > Should the "&&" following fi be omitted, such that that portion of the > command becomes: > > fi > done && > > I am getting a " syntax error near unexpected token 'done' " using the > current code.
Yes, that looks correct... there's no command following the 'fi', so the '&&' is inappropriate. Simon.
signature.asc
Description: This is a digitally signed message part
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
