Re: [lfs-support] Glibc chapter 6 stuck...

2012-08-13 Thread Bruce Dubbs
Michael Robinson wrote: > On Mon, 2012-08-13 at 20:38 -0500, Bruce Dubbs wrote: >> Michael Robinson wrote: >>> root:/# DL=$(readelf -l /bin/sh | sed -n >>> 's@.*interpret.*/tools\(.*\)]$@\1@p') >>> bash: command substitution: line 45: syntax error near unexpected token `)' >>> bash: command substi

Re: [lfs-support] Glibc chapter 6 stuck...

2012-08-13 Thread Michael Robinson
On Mon, 2012-08-13 at 20:38 -0500, Bruce Dubbs wrote: > Michael Robinson wrote: > > root:/# DL=$(readelf -l /bin/sh | sed -n > > 's@.*interpret.*/tools\(.*\)]$@\1@p') > > bash: command substitution: line 45: syntax error near unexpected token `)' > > bash: command substitution: line 45: `readelf -

Re: [lfs-support] Glibc chapter 6 stuck...

2012-08-13 Thread Bruce Dubbs
Michael Robinson wrote: > root:/# DL=$(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') > bash: command substitution: line 45: syntax error near unexpected token `)' > bash: command substitution: line 45: `readelf -l /bin/sh | sed -n > 's@.*interpret.*/tools\(.*\)]$@\1@p')' > root

[lfs-support] Glibc chapter 6 stuck...

2012-08-13 Thread Michael Robinson
root:/# DL=$(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') bash: command substitution: line 45: syntax error near unexpected token `)' bash: command substitution: line 45: `readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')' root:/# I seem to be having a proble