You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I took some time to write tests to resolve #1359 and was surprised that one of them fails on every platform. After some debugging it occurred to me to verify whether ksh actually behaves as documented. The answer is, it doesn't. This is from ksh93u+ but the current version behaves the same:
I took some time to write tests to resolve #1359 and was surprised that one of them fails on every platform. After some debugging it occurred to me to verify whether ksh actually behaves as documented. The answer is, it doesn't. This is from ksh93u+ but the current version behaves the same:
Bash behaves as expected:
The current ksh behavior means that
disown
isn't needed.The text was updated successfully, but these errors were encountered: