mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 20:00:49 +02:00
fix for %P in TIMEFORMAT; make updating variables that aren't subject to allexport smoother; fix spurious compiler warning about realloc; efficiency improvement for command timing; fix issue with read builtin and failure to set terminal attributes
This commit is contained in:
+7
-2
@@ -7174,8 +7174,13 @@ A colon-separated list of suffixes to ignore when performing
|
||||
filename completion.
|
||||
A filename whose suffix matches one of the entries in
|
||||
@env{FIGNORE}
|
||||
is excluded from the list of matched filenames. A sample
|
||||
value is @samp{.o:~}
|
||||
is excluded from the list of matched filenames.
|
||||
A sample value is
|
||||
@samp{.o:~}.
|
||||
Since tilde expansion takes place after
|
||||
@samp{:}
|
||||
in assignment statements,
|
||||
make sure to quote assignments appropriately to avoid it as appropriate.
|
||||
|
||||
@item FUNCNAME
|
||||
An array variable containing the names of all shell functions
|
||||
|
||||
Reference in New Issue
Block a user