gawk already installed. i think the problem on chroot system. cause on the host system: export test=asd echo $(test)
runs success but on chroot lfs system it gives this error: root:/# export test=asd root:/# echo $(test) bash: command substitution: line 3: syntax error near unexpected token `)' bash: command substitution: line 3: `test)' On Wed, Jan 30, 2013 at 11:59 PM, Armin K. <[email protected]> wrote: > On 01/30/2013 10:55 PM, Yusuf Yılmaz wrote: > > thanks for your reply. it gave the error on chapter06. i changed link > > from dash to bash and gives again too > > > > That's interesting. Check if /usr/bin/awk is symlink to mawk ... ls -l > /usr/bin/awk > > If so, install gawk - apt-get install gawk > > On the other side, I don't see why it should throw an error on chap6 > since it doesn't use anyting from host. > > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page >
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
