commit bash-20140829 snapshot

This commit is contained in:
Chet Ramey
2014-10-02 10:20:14 -04:00
parent 252d5f6c94
commit aee3e5611a
28 changed files with 8720 additions and 14 deletions
+7 -4
View File
@@ -6092,10 +6092,13 @@ invocation which are not available with the @code{set} builtin.
@table @code
@item -c
Read and execute commands from the first non-option @var{argument}
after processing the options, then exit.
Any remaining arguments are assigned to the
positional parameters, starting with @code{$0}.
Read and execute commands from the first non-option argument
@var{command_string}, then exit.
If there are arguments after the @var{command_string},
the first argument is assigned to @code{$0}
and any remaining arguments are assigned to the positional parameters.
The assignment to @code{$0} sets the name of the shell, which is used
in warning and error messages.
@item -i
Force the shell to run interactively. Interactive shells are