]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
Bash-4.2 patch 34
authorChet Ramey <chet.ramey@case.edu>
Tue, 10 Jul 2012 13:44:32 +0000 (09:44 -0400)
committerChet Ramey <chet.ramey@case.edu>
Tue, 10 Jul 2012 13:44:32 +0000 (09:44 -0400)
parse.y
patchlevel.h

diff --git a/parse.y b/parse.y
index 889e77df92a42ea204f3995ffeaff457d1a0de32..dc78e7e5ef20b5d3da84365b948d5cf6b89acb0a 100644 (file)
--- 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
index d66658f5c887fb203185ecd92b7d6b64bf19d37e..a8cac1066f13073977af3e1953d5a3b06f408d68 100644 (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_ */