commit bash-20150327 snapshot

This commit is contained in:
Chet Ramey
2015-04-24 16:14:23 -04:00
parent 06c3a57511
commit ddece28e53
6 changed files with 18 additions and 8 deletions
+3 -1
View File
@@ -6252,7 +6252,9 @@ and executes commands from the first one that exists and is readable.
The @option{--noprofile} option may be used when the shell is started to
inhibit this behavior.
When a login shell exits, Bash reads and executes commands from
When an interactive login shell exits,
or a non-interactive login shell executes the @code{exit} builtin command,
Bash reads and executes commands from
the file @file{~/.bash_logout}, if it exists.
@subsubheading Invoked as an interactive non-login shell