help-bash
[Top][All Lists]
Advanced

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

Re: [Help-bash] Performing quote removal on data


From: Greg Wooledge
Subject: Re: [Help-bash] Performing quote removal on data
Date: Thu, 29 May 2014 08:07:12 -0400
User-agent: Mutt/1.4.2.3i

On Wed, May 28, 2014 at 05:01:37PM -0400, Maarten Billemont wrote:
> $ bash --norc
> bash-4.3$ compgen -o bashdefault "di*"
> dir 1
> dir 2

imadev:~/tmp$ compgen -o bashdefault "di*"
imadev:~/tmp$ bash -c 'compgen -o bashdefault "di*"'
dir 1
dir 2

Definitely something in my current shell... I just have no idea what it
is.

> bash-4.3$ shopt
> autocd          off
> cdable_vars     off
[...]

That matches mine, so it's not a shopt.  Must be something else.



reply via email to

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