[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.
Message not available
- Re: .ONESEHLL not working as expected in 3.82, Eli Zaretskii, 2013/04/28
- Re: .ONESEHLL not working as expected in 3.82, Paul Smith, 2013/04/28
- Re: .ONESEHLL not working as expected in 3.82, Eli Zaretskii, 2013/04/28
- Re: .ONESEHLL not working as expected in 3.82, Paul Smith, 2013/04/28
- Re: .ONESEHLL not working as expected in 3.82, Eli Zaretskii, 2013/04/28
Re: .ONESEHLL not working as expected in 3.82,
Eli Zaretskii <=