mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 11:50:49 +02:00
commit bash-20110304 snapshot
This commit is contained in:
+1
-1
@@ -3660,7 +3660,7 @@ chkexport (name)
|
||||
SHELL_VAR *v;
|
||||
|
||||
v = find_variable (name);
|
||||
if (exported_p (v))
|
||||
if (v && exported_p (v))
|
||||
{
|
||||
array_needs_making = 1;
|
||||
maybe_make_export_env ();
|
||||
|
||||
Reference in New Issue
Block a user