12 lines
531 B
Plaintext
12 lines
531 B
Plaintext
--- src/cmd/ksh93/sh/subshell.c
|
|
+++ src/cmd/ksh93/sh/subshell.c 2011-03-04 15:13:49.867926146 +0000
|
|
@@ -235,7 +235,7 @@ Namval_t *sh_assignok(register Namval_t
|
|
if(!sp->shpwd || np==SH_LEVELNOD || np==L_ARGNOD || np==SH_SUBSCRNOD || np==SH_NAMENOD)
|
|
return(np);
|
|
/* don't bother to save if in newer scope */
|
|
- if(sp->var!=shp->var_tree && shp->last_root==shp->var_tree)
|
|
+ if(sp->var!=shp->var_tree && sp->var!=shp->var_base && shp->last_root==shp->var_tree)
|
|
return(np);
|
|
if((ap=nv_arrayptr(np)) && (mp=nv_opensub(np)))
|
|
{
|