psss / rpms / bash

Forked from rpms/bash 6 years ago
Clone
2feb65c
--- bash-3.0/builtins/setattr.def.setlocale	2005-08-08 12:22:42.000000000 +0100
2feb65c
+++ bash-3.0/builtins/setattr.def	2005-08-08 12:25:16.000000000 +0100
2feb65c
@@ -423,4 +423,7 @@
2feb65c
 
2feb65c
   if (var && (exported_p (var) || (attribute & att_exported)))
2feb65c
     array_needs_making++;	/* XXX */
2feb65c
+
2feb65c
+  if (var)
2feb65c
+    stupidly_hack_special_variables (name);
2feb65c
 }