On 20/01/12 05:59 AM, Jack Bates wrote:
On 20/01/12 04:29 AM, Jo-Philipp Wich wrote:
The configure code is uninteresting, the config.log contains runtime
info.

Thanks, here it is: http://nottheoilrig.com/openwrt/201201200/config.log

I think I understand the problem: $SED is "/home/ubuntu/8.09/staging_dir/host/bin/sed -i -e", so:

  echo first | $SED -e 's/\(fir\|lo\)/la/'

 - expands to:

ubuntu@domU-12-31-39-00-C5-81:~$ echo first | /home/ubuntu/8.09/staging_dir/host/bin/sed -i -e -e 's/\(fir\|lo\)/la/' /home/ubuntu/8.09/staging_dir/host/bin/sed: -e expression #1, char 1: unknown command: `-'
ubuntu@domU-12-31-39-00-C5-81:~$ echo $?
1
ubuntu@domU-12-31-39-00-C5-81:~$

 - which (not surprisingly) does fail

Now to figure out why $SED is "/home/ubuntu/8.09/staging_dir/host/bin/sed -i -e"...
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to