bash-setlocale.patch 335 B

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