in this instance it was coder error (me) not quoting correctly
as long as echo is doing the job there is no need to change
especially in parts of the code that absolutely must be portable
in addition changing from echo to printf is not as easy as %s/echo/printf/g
just about *every* instance of it would have to be manually grokked and
edited


On Fri, Oct 18, 2013 at 7:05 AM, Cedric Blancher
<[email protected]>wrote:

> On 18 October 2013 08:13, Glenn Fowler <[email protected]> wrote:
> > nice catch roland -- this may also fix some spurious bootstrap failures
> I've
> > seen with other compilers
> > since Mamfiles are generated by nmake the permanent place for the fix is
> in
> > src/cmd/nmake/Makerules.mk
> > diff attached
>
> OT: Can nmake be used as POSIX make?
>
> Ced
> --
> Cedric Blancher <[email protected]>
> Institute Pasteur
>
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to