On 08/05/2016 04:31 PM, Eric Blake wrote:
> On 03/20/2016 11:49 AM, Chet Ramey wrote:
>> On 3/20/16 12:54 AM, Жанна Целых wrote:
>>
>>> uname output: CYGWIN_NT-6.1 microsoft-win7 2.4.1(0.293/5/3) 2016-01-24
>>> 11:24 i686 Cygwin
>>> Machine Type: i686-pc-cygwin
>>>
>>> Bash Version: 4.3
>>> Patch L
On 8/5/16 11:16 AM, John Passaro wrote:
> Bash Version: 4.3
> Patch Level: 42
> Release Status: release
>
> Description:
> In an interactive session, when attempting file completion via
> when a certain type of ill-formed command substitution is present, bash
> gives verbose error output relatin
On 03/20/2016 11:49 AM, Chet Ramey wrote:
> On 3/20/16 12:54 AM, Жанна Целых wrote:
>
>> uname output: CYGWIN_NT-6.1 microsoft-win7 2.4.1(0.293/5/3) 2016-01-24
>> 11:24 i686 Cygwin
>> Machine Type: i686-pc-cygwin
>>
>> Bash Version: 4.3
>> Patch Level: 42
>> Release Status: release
>>
>> Descripti
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: darwin15.0.0
Compiler: clang
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='darwin15.0.0' -DCONF_MACHTYPE='x86_64-apple-darwin15.0.0'
-DCONF_VENDOR='apple'
-DLOCALEDIR='/usr/local/
On Fri, Aug 5, 2016 at 3:22 PM, Chet Ramey wrote:
> On 8/4/16 5:04 PM, Dan Cross wrote:
>
> > Thanks for the report. I took a quick look at this, and it's not
> disabling
> > job control that does it: it's disabling both job control and nls.
> > Disabling either one while leaving the
On 8/4/16 5:04 PM, Dan Cross wrote:
> Thanks for the report. I took a quick look at this, and it's not
> disabling
> job control that does it: it's disabling both job control and nls.
> Disabling either one while leaving the other enabled doesn't produce this
> error (which only
On 8/5/16 10:05 AM, Deniz Adrian wrote:
> Hey there,
>
> I'm observing changed behaviour between 4.2 and 4.3:
[set -e not exiting shell if failing command is an if statement test]
>> [zined bash-testing]$ cat test_works_in_4.2_breaks_in_4.3
>> #!/bin/bash
>>
>> set -x
>>
>> function test_functio