Blame SOURCES/bash-setlocale.patch

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