commit bash-20130411 snapshot

This commit is contained in:
Chet Ramey
2013-05-06 08:40:23 -04:00
parent 21af69d5ba
commit a37d979e7b
27 changed files with 6755 additions and 22 deletions
+4
View File
@@ -929,7 +929,11 @@ array_variable_part (s, subp, lenp)
var = find_variable (t);
free (t);
#if 0
return (var == 0 || invisible_p (var)) ? (SHELL_VAR *)0 : var;
#else
return var; /* now return invisible variables; caller must handle */
#endif
}
#define INDEX_ERROR() \