Bash-4.2 patch 34
This commit is contained in:
3
parse.y
3
parse.y
@@ -4900,6 +4900,9 @@ history_delimiting_chars (line)
|
|||||||
return (current_command_line_count == 2 ? "\n" : "");
|
return (current_command_line_count == 2 ? "\n" : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (parser_state & PST_COMPASSIGN)
|
||||||
|
return (" ");
|
||||||
|
|
||||||
/* First, handle some special cases. */
|
/* First, handle some special cases. */
|
||||||
/*(*/
|
/*(*/
|
||||||
/* If we just read `()', assume it's a function definition, and don't
|
/* If we just read `()', assume it's a function definition, and don't
|
||||||
|
|||||||
@@ -25,6 +25,6 @@
|
|||||||
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
||||||
looks for to find the patch level (for the sccs version string). */
|
looks for to find the patch level (for the sccs version string). */
|
||||||
|
|
||||||
#define PATCHLEVEL 33
|
#define PATCHLEVEL 34
|
||||||
|
|
||||||
#endif /* _PATCHLEVEL_H_ */
|
#endif /* _PATCHLEVEL_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user