mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 12:40:42 +02:00
fixes for $LINENO in multi-line simple commands; printf out-of-range values now cause a non-zero return status
This commit is contained in:
+6
-2
@@ -4772,8 +4772,9 @@ backslash-escaped characters is enabled.
|
||||
The @option{-E} option disables the interpretation of these escape characters,
|
||||
even on systems where they are interpreted by default.
|
||||
The @code{xpg_echo} shell option may be used to
|
||||
dynamically determine whether or not @code{echo} expands these
|
||||
escape characters by default.
|
||||
dynamically determine whether or not @code{echo}
|
||||
interprets any options and
|
||||
expands these escape characters by default.
|
||||
@code{echo} does not interpret @option{--} to mean the end of options.
|
||||
|
||||
@code{echo} interprets the following escape sequences:
|
||||
@@ -6074,6 +6075,9 @@ leaving them open when the command completes.
|
||||
@item xpg_echo
|
||||
If set, the @code{echo} builtin expands backslash-escape sequences
|
||||
by default.
|
||||
If the @code{posix} shell option (@pxref{The Set Builtin}) is also enabled,
|
||||
@code{echo} does not
|
||||
interpret any options.
|
||||
|
||||
@end table
|
||||
@end table
|
||||
|
||||
Reference in New Issue
Block a user