commit bash-20140214 snapshot

This commit is contained in:
Chet Ramey
2014-02-20 10:26:01 -05:00
parent 595e3e6925
commit be06f77836
103 changed files with 14943 additions and 6798 deletions
+2
View File
@@ -1970,6 +1970,8 @@ find_variable_nameref_context (v, vc, nvcp)
nv = nv2;
if (*nvcp)
*nvcp = nvc;
if (nameref_p (nv) == 0)
break;
}
return (nameref_p (nv) ? (SHELL_VAR *)NULL : nv);
}