Project

General

Profile

Actions

Bug #13721

open

ksh: typeset attributes -a, -A, -l, -u leak out of subshells

Added by Andy Fiddaman over 2 years ago. Updated over 2 years ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
cmd - userland programs
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 #1

Updated by Andy Fiddaman over 2 years ago

  • Description updated (diff)
Actions #2

Updated by Electric Monk over 2 years ago

  • Gerrit CR set to 1416
Actions

Also available in: Atom PDF