bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash on Windows when SHELL is assigned


From: Eli Zaretskii
Subject: Re: Crash on Windows when SHELL is assigned
Date: Wed, 07 Jun 2017 08:34:19 +0300

> From: Orgad Shaneh <address@hidden>
> Date: Tue, 6 Jun 2017 22:08:08 +0300
> Cc: address@hidden
> 
> > OK, I see it.  Please try the patch below; if it gives satisfactory
> > results, I will push it to the Make repository for the next release.
> >
> > --- variable.c~0        2016-05-21 23:22:32.000000000 +0300
> > +++ variable.c  2017-06-06 21:36:11.552875000 +0300
> > @@ -1389,6 +1389,9 @@ do_variable_definition (const floc *floc
> >          }
> >      }
> >    else
> > +    v = NULL;
> > +
> > +  if (!v)
> >  #endif
> >
> >    /* If we are defining variables inside an $(eval ...), we might have a
> 
> Yes, it works. Thanks a lot.

Thanks, committed to the Make repository.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]