mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 12:40:42 +02:00
commit bash-20111028 snapshot
This commit is contained in:
+6
-4
@@ -985,10 +985,12 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS
|
||||
script by the .. (ssoouurrccee) command, it causes the shell to stop
|
||||
executing that script and return either _n or the exit status of
|
||||
the last command executed within the script as the exit status
|
||||
of the script. The return status is non-zero if rreettuurrnn is used
|
||||
outside a function and not during execution of a script by .. or
|
||||
ssoouurrccee. Any command associated with the RREETTUURRNN trap is executed
|
||||
before execution resumes after the function or script.
|
||||
of the script. If _n is supplied, the return value is its least
|
||||
significant 8 bits. The return status is non-zero if rreettuurrnn is
|
||||
supplied a non-numeric argument, or is used outside a function
|
||||
and not during execution of a script by .. or ssoouurrccee. Any com-
|
||||
mand associated with the RREETTUURRNN trap is executed before execu-
|
||||
tion resumes after the function or script.
|
||||
|
||||
sseett [----aabbeeffhhkkmmnnppttuuvvxxBBCCEEHHPPTT] [--oo _o_p_t_i_o_n_-_n_a_m_e] [_a_r_g ...]
|
||||
sseett [++aabbeeffhhkkmmnnppttuuvvxxBBCCEEHHPPTT] [++oo _o_p_t_i_o_n_-_n_a_m_e] [_a_r_g ...]
|
||||
|
||||
Reference in New Issue
Block a user