bug-bash
[Top][All Lists]
Advanced

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

4.3 compgen behavior change (quoted arg)


From: Raphaël Droz
Subject: 4.3 compgen behavior change (quoted arg)
Date: Wed, 13 Feb 2013 11:46:56 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

I'm not sure whether or not this is to be expected.

$ echo $BASH_VERSION 
4.2.42(1)-release
$ touch a.log
$ compgen -f -X '!*.log' -- \'\'
$


$ echo $BASH_VERSION 
4.3.0(3)-devel
$ touch a.log
$ compgen -f -X '!*.log' -- \'\'
a.log
$


This kind of "quoted" call is used by bash-completion _filedir
I didn't see a change notice in NEWS-4.3 about it.
I don't know which behavior is the "correct" one.


regards




reply via email to

[Prev in Thread] Current Thread [Next in Thread]