The book says that /usr/bin/lex should contain:

#!/bin/sh
# Begin /usr/bin/lex

exec /usr/bin/flex -l "$@"

# End /usr/bin/lex

However, on the livecd that I tried to build with the scripts in SVN, the 
command really is:

exec /usr/bin/flex -l ""

Please fix that.

-- 
Alexander E. Patrakov
-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to