Actions
Bug #13721
openksh: typeset attributes -a, -A, -l, -u leak out of subshells
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
https://github.com/ksh93/ksh/issues/88
af@build:~/ast$ af@build:~/ast$ foo=abc af@build:~/ast$ ( typeset -u foo ) af@build:~/ast$ echo $foo abc af@build:~/ast$ foo=cde af@build:~/ast$ echo $foo CDE
Actions