[openbeos] Re: Build problems.

  • From: Ingo Weinhold <bonefish@xxxxxxxxxxxxxxx>
  • To: Ingo Weinhold <bonefish@xxxxxxxxxxxxxxx>
  • Date: Mon, 01 Nov 2004 00:22:19 +0100

On 2004-11-01 at 00:20:03 [+0100], you wrote:
> 
> On 2004-10-31 at 23:58:27 [+0100], Bruno G. Albuquerque wrote:
> > Hello. The configure script seems to be broken (at least for me). Here
> > is what I get when trying to run it under Zeta Neo:
> > 
> > [/boot/home/development/haiku/current]> ./configure --help
> > ./configure: line 85: syntax error near unexpected token `|'
> > ./configure: line 85: `         --target=*)     target=(echo $T | cut -
> > d'=' -f2-); shift 1;;'
> 
> Looks as if this should actually read: `... target=$(echo...'.
> Can you try this please.

Or, to be consistent, backticks as used in the rest of the script, i.e.:
  ... target=`echo...`...

CU, Ingo


Other related posts: