commit bash-20120606 snapshot

This commit is contained in:
Chet Ramey
2012-07-07 12:24:32 -04:00
parent 4e136352d0
commit 8360b906d6
36 changed files with 32277 additions and 45 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
/* parse.y - Yacc grammar for bash. */
/* Copyright (C) 1989-2010 Free Software Foundation, Inc.
/* Copyright (C) 1989-2012 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -4916,6 +4916,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