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
This bugfix release fixes the interactive shell crashing when one of the predefined aliases (currently 'history' and 'r') is redefined, whether from a profile/kshrc script or manually. This crash occurred in two scenarios:
when redefining and then unsetting a predefined alias;
when redefining a predefined alias and then executing a shell script that does not begin with a #! path.
Both are fixed now.
This discussion was created from the release ksh 93u+m/1.0.2.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This bugfix release fixes the interactive shell crashing when one of the predefined aliases (currently 'history' and 'r') is redefined, whether from a profile/kshrc script or manually. This crash occurred in two scenarios:
Both are fixed now.
This discussion was created from the release ksh 93u+m/1.0.2.
Beta Was this translation helpful? Give feedback.
All reactions