Skip to content

Commit 8d98b94

Browse files
author
Chet Ramey
committed
Bash-4.3 patch 40
1 parent d2744e0 commit 8d98b94

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
2626
looks for to find the patch level (for the sccs version string). */
2727

28-
#define PATCHLEVEL 39
28+
#define PATCHLEVEL 40
2929

3030
#endif /* _PATCHLEVEL_H_ */

po/._bg.po

-4 KB
Binary file not shown.

subst.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5782,7 +5782,7 @@ parameter_brace_expand_word (name, var_is_special, quoted, pflags, indp)
57825782
/* XXX - does this leak if name[@] or name[*]? */
57835783
if (pflags & PF_ASSIGNRHS)
57845784
{
5785-
temp = array_variable_name (name, &tt, (int *)0);
5785+
var = array_variable_part (name, &tt, (int *)0);
57865786
if (ALL_ELEMENT_SUB (tt[0]) && tt[1] == ']')
57875787
temp = array_value (name, quoted|Q_DOUBLE_QUOTES, 0, &atype, &ind);
57885788
else

0 commit comments

Comments
 (0)