Re: [ANNOUNCEMENT] Updated [experimental]: bash-3.1-7

2006-09-13 Thread Christopher Faylor
On Wed, Sep 13, 2006 at 06:57:15AM -0600, Eric Blake wrote: >According to Christopher Faylor on 9/12/2006 9:15 AM: >>> 2006-09-11 Eric Blake <[EMAIL PROTECTED]> >>> >>> * cygcheck.cc (main): Restore POSIXLY_CORRECT before displaying >>> user's environment. >> >> Applied. > >Not quite. T

Re: [ANNOUNCEMENT] Updated [experimental]: bash-3.1-7

2006-09-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christopher Faylor on 9/12/2006 9:15 AM: >> 2006-09-11 Eric Blake <[EMAIL PROTECTED]> >> >> * cygcheck.cc (main): Restore POSIXLY_CORRECT before displaying >> user's environment. > > Applied. Not quite. The changelog changed

Re: [ANNOUNCEMENT] Updated [experimental]: bash-3.1-7

2006-09-12 Thread Christopher Faylor
On Tue, Sep 12, 2006 at 12:05:06PM +, Eric Blake wrote: >> > That is being set by cygcheck, just before invoking external programs. It >> > probably had something to do with forcing external programs to not >> > rearrange >> > option arguments (for example, "ls foo --all" treats --all as an

Re: [ANNOUNCEMENT] Updated [experimental]: bash-3.1-7

2006-09-12 Thread Eric Blake
> > That is being set by cygcheck, just before invoking external programs. It > > probably had something to do with forcing external programs to not > > rearrange > > option arguments (for example, "ls foo --all" treats --all as an option, > > but "POSIXLY_CORRECT=1 ls foo --all" treats --all