DJ Lucas wrote:

Ken's analysis is correct.  The error message shows that the grep
command was a single argument rather than a command to expand.  That
most likely means that you are using "'" (single quote) instead of "`"
(backtick).  I've made that mistake myself many times. :-)

BTW, for the other devs reading this...might it be better in this
particular case to use $(command) syntax?

-- DJ Lucas
When I was building LFS, I always typed in '  in the sed commands.
This signal is under " in my keyboard.
After I finished LFS, I changed the keymap to br-abnt.map.gz and font
to lat1-16 (br is Brazil).

Now in my keyboard, I know that I have to type in shift ´ because the signal ` is over ´ .

Thanks for all.
Now the sed command is working.

Marcos


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

Reply via email to