mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 18:30:49 +02:00
fix for completing quoted filenames with show-all-if-ambiguous set; avoid signed int overflow in intrand32
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user