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

[MiNT] XaAES problem (was: mkisofs problem)



On 3 Feb 2013 at 17:49, Peter Slegg wrote:

> On Sun, 03 Feb 2013 12:00:04 -0500, "Roger Burrows" <rfburrows@ymail.com>
> wrote:
> > Peter's problem was a consequence of the extended ARGV protocol.  The
> situation
> > is:
> >     Desktop/shell launches CDISO.PRG
> >     CDISO.PRG launches MKISOFS.PRG
> >
> > The startup of MKISOFS understands extended ARGV, the startup of CDISO
> doesn't.
> > If the desktop/shell uses extended ARGV when launching CDISO, those
> arguments
> > are left in the environment when CDISO constructs the environment for
> MKISOFS,
> > so MKISOFS sees the wrong things.
> 
> Is this related to the discussion of XaAES regression in launch ?
> 
> http://mikro.naprvyraz.sk/mint/201211/threads.html#00011
> 
You've found it!  This message:
    http://mikro.naprvyraz.sk/mint/201211/msg00043.html

says that now XaAES always adds ARGV to the environment.

I don't think XaAES ought to do this, because it will break any calling 
sequence that includes:
1) a program that doesn't understand the extended ARGV protocol
2) a subsequent child program that does understand the protocol.

Roger