Re: change in handling quotes in cygwin package from 3.1.4-1 to 3.1.5-1

2020-07-21 Thread Josh Thompson
On Monday, July 6, 2020 2:15:49 PM EDT Corinna Vinschen wrote: > On Jul 6 10:14, Josh Thompson wrote: > > > > On Monday, June 22, 2020 4:11:35 PM EDT Ken Brown wrote: > > > > > On 6/15/2020 12:21 PM, Josh Thompson wrote: > > > > > [...] > > > > > > > > > > > 3.1.4: > > > > > > $ cmd.exe /c "echo

Re: change in handling quotes in cygwin package from 3.1.4-1 to 3.1.5-1

2020-07-06 Thread Corinna Vinschen
On Jul 6 10:14, Josh Thompson wrote: > > > On Monday, June 22, 2020 4:11:35 PM EDT Ken Brown wrote: > > > > On 6/15/2020 12:21 PM, Josh Thompson wrote: > > > > [...] > > > > > 3.1.4: > > > > > $ cmd.exe /c "echo \"" > > > > > " > > > > > > > > > > 3.1.5: > > > > > $ cmd.exe /c "echo \"" > > > > >

Re: change in handling quotes in cygwin package from 3.1.4-1 to 3.1.5-1

2020-07-06 Thread Josh Thompson
> > On Monday, June 22, 2020 4:11:35 PM EDT Ken Brown wrote: > > > On 6/15/2020 12:21 PM, Josh Thompson wrote: > > > > We recently noticed a change in double quote (") handling that is > > > > causing > > > > a > > > > > > > command we issue to fail. The command is: > > > [...] > > > > > > > 3.1

Re: change in handling quotes in cygwin package from 3.1.4-1 to 3.1.5-1

2020-07-06 Thread Corinna Vinschen
On Jun 24 13:26, Josh Thompson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Monday, June 22, 2020 4:11:35 PM EDT Ken Brown wrote: > > On 6/15/2020 12:21 PM, Josh Thompson wrote: > > > We recently noticed a change in double quote (") handling that is causing > > > a > > > > > co

Re: change in handling quotes in cygwin package from 3.1.4-1 to 3.1.5-1

2020-06-24 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, June 22, 2020 4:11:35 PM EDT Ken Brown wrote: > On 6/15/2020 12:21 PM, Josh Thompson wrote: > > We recently noticed a change in double quote (") handling that is causing > > a > > > command we issue to fail. The command is: > [...] > > >

Re: change in handling quotes in cygwin package from 3.1.4-1 to 3.1.5-1

2020-06-22 Thread Ken Brown via Cygwin
On 6/15/2020 12:21 PM, Josh Thompson wrote: We recently noticed a change in double quote (") handling that is causing a command we issue to fail. The command is: [...] 3.1.4: $ cmd.exe /c "echo \"" " 3.1.5: $ cmd.exe /c "echo \"" \" I can confirm this change in behavior, and I thought it wo

change in handling quotes in cygwin package from 3.1.4-1 to 3.1.5-1

2020-06-15 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Cygwin community, I'm a developer on the Apache VCL project which is a private cloud management platform. We've used Cygwin for many years to allow VCL management systems to ssh in to Windows nodes to manage them. We're very grateful for the Cy