commit bash-20150327 snapshot

This commit is contained in:
Chet Ramey
2015-04-24 16:14:23 -04:00
parent 06c3a57511
commit ddece28e53
6 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -5128,7 +5128,7 @@ history_delimiting_chars (line)
command lists. It's a suboptimal solution. */
else if (parser_state & PST_CASESTMT) /* case statement pattern */
return " ";
else
else
return "; "; /* (...) subshell */
}
else if (token_before_that == WORD && two_tokens_ago == FUNCTION)