mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 22:50:49 +02:00
fix quoting for positional parameters if not word splitting; retry open for startup files on EINTR; update HISTIGNORE description
This commit is contained in:
@@ -6772,6 +6772,8 @@ after reading any startup files.
|
||||
@item HISTIGNORE
|
||||
A colon-separated list of patterns used to decide which command
|
||||
lines should be saved on the history list.
|
||||
If a command line matches one of the patterns in the value of
|
||||
@code{HISTIGNORE}, it is not saved on the history list.
|
||||
Each pattern is
|
||||
anchored at the beginning of the line and must match the complete
|
||||
line (Bash will not implicitly append a @samp{*}).
|
||||
|
||||
Reference in New Issue
Block a user