Bash-4.2 patch 34

This commit is contained in:
Chet Ramey 2012-07-10 09:44:32 -04:00
commit 801b47cba5
2 changed files with 4 additions and 1 deletions

View file

@ -4900,6 +4900,9 @@ history_delimiting_chars (line)
return (current_command_line_count == 2 ? "\n" : "");
}
if (parser_state & PST_COMPASSIGN)
return (" ");
/* First, handle some special cases. */
/*(*/
/* If we just read `()', assume it's a function definition, and don't

View file

@ -25,6 +25,6 @@
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
looks for to find the patch level (for the sccs version string). */
#define PATCHLEVEL 33
#define PATCHLEVEL 34
#endif /* _PATCHLEVEL_H_ */