33fc6cffab
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/bash#a6e6d286e4a319b6ca72fd4b4457f11f806f25c1
11 lines
335 B
Diff
11 lines
335 B
Diff
--- bash-3.0/builtins/setattr.def.setlocale 2005-08-08 12:22:42.000000000 +0100
|
|
+++ bash-3.0/builtins/setattr.def 2005-08-08 12:25:16.000000000 +0100
|
|
@@ -423,4 +423,7 @@
|
|
|
|
if (var && (exported_p (var) || (attribute & att_exported)))
|
|
array_needs_making++; /* XXX */
|
|
+
|
|
+ if (var)
|
|
+ stupidly_hack_special_variables (name);
|
|
}
|