mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 18:30:49 +02:00
commit bash-20171226 snapshot
This commit is contained in:
+1
-1
@@ -3666,7 +3666,7 @@ If @var{n} is not supplied, the return value is the exit status of the
|
||||
last command executed in the function.
|
||||
If @code{return} is executed by a trap handler, the last command used to
|
||||
determine the status is the last command executed before the trap handler.
|
||||
if @code{return} is executed during a @code{DEBUG} trap, the last command
|
||||
If @code{return} is executed during a @code{DEBUG} trap, the last command
|
||||
used to determine the status is the last command executed by the trap
|
||||
handler before @code{return} was invoked.
|
||||
@code{return} may also be used to terminate execution of a script
|
||||
|
||||
Reference in New Issue
Block a user