bug-make
[Top][All Lists]
Advanced

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

Re: .ONESEHLL not working as expected in 3.82


From: Eli Zaretskii
Subject: Re: .ONESEHLL not working as expected in 3.82
Date: Mon, 29 Apr 2013 19:18:39 +0300

> From: Paul Smith <address@hidden>
> Cc: address@hidden
> Date: Sun, 28 Apr 2013 15:15:09 -0400
> 
> I think it pseudo-code it would look something like this:
> 
>   if (posix-shell)
>     {
>       ...strip out @-+ from LINE...
>     }
> #ifdef WINDOWS32
>   if (need a batch file)
>     {
>       ...write LINE to the batch file & setup new_argv for batch...
>     }
>   else
> #endif
>     {
>       ...chop LINE up into new_argv...
>     }
>   return new_argv;

I fixed it a bit differently, please see commit 9a7fe22.



reply via email to

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