commit bash-20160325 snapshot

This commit is contained in:
Chet Ramey
2016-03-30 10:56:12 -04:00
parent 4dd820b40a
commit b78207dd0c
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -4080,7 +4080,7 @@ bash_execute_unix_command (count, key)
ce = rl_get_termcap ("ce");
if (ce) /* clear current line */
{
#if 0
#if 1
fprintf (rl_outstream, "\r");
tputs (ce, 1, putx);
#else
+2 -2
View File
@@ -3902,9 +3902,9 @@ The format of here-documents is:
No parameter and variable expansion, command substitution,
arithmetic expansion, or pathname expansion is performed on
.IR word .
If any characters in
If any part of
.I word
are quoted, the
is quoted, the
.I delimiter
is the result of quote removal on
.IR word ,
+2 -3
View File
@@ -2730,7 +2730,7 @@ The format of here-documents is:
No parameter and variable expansion, command substitution,
arithmetic expansion, or filename expansion is performed on
@var{word}. If any characters in @var{word} are quoted, the
@var{word}. If any part of @var{word} is quoted, the
@var{delimiter} is the result of quote removal on @var{word},
and the lines in the here-document are not expanded.
If @var{word} is unquoted,
@@ -3621,8 +3621,7 @@ less than zero, non-zero otherwise.
test @var{expr}
@end example
Evaluate a conditional express
ion @var{expr} and return a status of 0
Evaluate a conditional expression @var{expr} and return a status of 0
(true) or 1 (false).
Each operator and operand must be a separate argument.
Expressions are composed of the primaries described below in