globskipdots is not disabled by default In POSIX mode

2022-08-07 Thread Emanuele Torre
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 uname output: Linux t420 5.15.58-2-lts #1 SMP Mon, 01 Aug 2022 19:44:08 + x86_64 GNU/Linux Machine Type: x86_64-pc-linux-gnu Bash Version: 5.2 Patch Level:

Re: globskipdots is not disabled by default In POSIX mode

2022-08-07 Thread Chet Ramey
On 8/7/22 3:17 AM, Emanuele Torre wrote: Bash Version: 5.2 Patch Level: !PATCHLEVEL! Release Status: rc2 Description: bash 5.2 has introduced the `globskipdots' shopt which prevents pathname expansion to match "." and ".." and is on by default. When bash is starts in PO

Re: globskipdots is not disabled by default In POSIX mode

2022-08-07 Thread Emanuele Torre
Oh, ok. Thank you!