From 1033548579f5acc011106f2417c5f75acbf24275 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 8 Dec 2012 00:34:12 -0800 Subject: [PATCH] applying bash42-034 --- parse.y | 3 +++ patchlevel.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/parse.y b/parse.y index 889e77d..dc78e7e 100644 --- a/parse.y +++ b/parse.y @@ -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 diff --git a/patchlevel.h b/patchlevel.h index d66658f..a8cac10 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -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_ */ -- 2.7.4