fix issue with failed history expansion changing the history list offset; fix some tests to avoid problems with error messages that differ between systems; fix issue with readline rl_abort not clearing any pending command to execute

This commit is contained in:
Chet Ramey
2024-12-30 10:45:14 -05:00
parent bb56d620e0
commit 5114e17172
18 changed files with 172 additions and 117 deletions
+4
View File
@@ -1852,6 +1852,10 @@ Namerefs can be unset using the @option{-n} option to the @code{unset} builtin
Otherwise, if @code{unset} is executed with the name of a nameref variable
as an argument, the variable referenced by the nameref variable is unset.
When the shell starts, it reads its environment and creates a shell
variable from each environment variable that has a valid name,
as described below (@pxref{Environment}).
@node Positional Parameters
@subsection Positional Parameters
@cindex parameters, positional