bug-bash
[Top][All Lists]
Advanced

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

Re: . and .. are included where they were excluded before


From: pepa65
Subject: Re: . and .. are included where they were excluded before
Date: Wed, 27 Jan 2021 14:38:08 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 27/01/2021 14.30, kfm@plushkava.net wrote:
> Note that declare -p BASH_VERSION would report the version of bash that
> you're currently running interactively.

$ declare -p BASH_VERSION
declare -- BASH_VERSION="5.0.17(1)-release"

> Does declare -p GLOBIGNORE show that the variable is set? Does echo $-
> show the letter 'f' anywhere?

$ declare -p GLOBIGNORE
declare -x GLOBIGNORE=".."
echo $-
himBs

No f, and GLOBIGNORE stays the same whether I do `shopt -s extglob` or
`shopt -u extglob`... So probably ignore my results. But I would like to
know what could be wrong with this system/install.

Thanks,
Peter



reply via email to

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