fix for completing quoted filenames with show-all-if-ambiguous set; avoid signed int overflow in intrand32

This commit is contained in:
Chet Ramey
2023-01-10 10:23:14 -05:00
parent 8fd8cd8f7b
commit 0647e53bd1
8 changed files with 83 additions and 18 deletions
+3 -3
View File
@@ -5455,9 +5455,9 @@ Print shell input lines as they are read.
@item -x
Print a trace of simple commands, @code{for} commands, @code{case}
commands, @code{select} commands, and arithmetic @code{for} commands
and their arguments or associated word lists after they are
expanded and before they are executed. The value of the @env{PS4}
variable is expanded and the resultant value is printed before
and their arguments or associated word lists to standard error
after they are expanded and before they are executed.
The shell prints the expanded value of the @env{PS4} variable before
the command and its expanded arguments.
@item -B