commit bash-20110916 snapshot

This commit is contained in:
Chet Ramey
2012-01-09 08:28:12 -05:00
parent ddef12ffe1
commit b13b8a87dd
6 changed files with 26 additions and 10 deletions
+8
View File
@@ -12179,3 +12179,11 @@ bashline.c
- bash_filename_stat_hook: new function, designed to expand variable
references in filenames before readline passes them to stat(2)
to determine whether or not they are a directory
9/15
----
builtins/declare.def
- if assign_array_element fails due to a bad (or empty) subscript, mark
it as an assignment error and don't attempt any further processing
of that declaration. Fixes segfault bug reported by Diego Augusto
Molina <diegoaugustomolina@gmail.com>