mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-17 08:56:03 +02:00
commit bash-20140214 snapshot
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user