On Tuesday, September 23, 2025, Gioele Barabucci <[email protected]> wrote: > > ## [PATCH 3/7] doc/bash.1: Mention quoting when assigning to FIGNORE
FIGNORE is not the only variable affected by this (see EXECIGNORE, GLOBIGNORE, HISTIGNORE, etc.) and the behavior is documented under Tilde Expansion: > Bash checks each variable assignment for unquoted tilde-prefixes immediately following a : or the first =, and performs tilde expansion in these cases. -- Oğuz
