-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Happy new year! Here is the eighth ksh 93u+m/1.0 bugfix release. Main changes between ksh 93u+m/1.0.7 and 93u+m/1.0.8: - Fixed a regression in the behavior of 'exit' in a trap action. The exit status used when no argument is given to 'exit' is now once again the exit status of the last command executed *before* the trap action. - Fixed a race condition, introduced in 1.0.7, that occurred on some systems when running an external command with a standard output redirection from a command substitution. - Fixed an init-time crash on failure to trim the shell command history file due to a non-writable parent directory; ksh now prints a warning instead. - The 'kill' built-in command now correctly refuses to issue SIGSTOP to the shell's own process if the shell is a login shell.
- Loading branch information
Showing
4 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters