Subject: Re: pkgsrc Interix 3.5/i386 bulk build results 20070130.1557
To: None <pkgsrc-bulk@NetBSD.org>
From: Aleksey Cheusov <cheusov@tut.by>
List: pkgsrc-bulk
Date: 03/03/2007 22:53:41
> On Sun, Feb 25, 2007 at 12:06:39PM +0200, Aleksey Cheusov wrote:
 >> {} doesn't work under Interix.

> Can you check whether it is expanded by the shell? It is supposed to end
> up as argument...

Interix's /bin/sh supports curly brace expansion, i.e.
/bin/sh -c 'echo a{b,c}d'
prints abd acd


P.S.
bmake TOOLS_PLATFORM.sh=/path/to/bash
doesn't work too with the same error messages.

-- 
Best regards, Aleksey Cheusov.