svashisht / rpms / bash

Forked from rpms/bash 4 years ago
Clone

Blame SOURCES/bash-setlocale.patch

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