mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 23:53:18 +02:00
commit bash-20150327 snapshot
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user