From 68466f327e15579939ff359464c42b2b966a7825 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 23 Apr 2017 17:06:26 +0100 Subject: 40995: Don't disable alias expansion when finding command substitution limits This is needed in some unusual cases in order to identify the exit condition without encountering a parse error. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 00aebbb83..cef83e09c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-04-23 Peter Stephenson + + * 40995: Src/lex.c, Test/D08cmdsubst.ztst: we need to expand + aliases when identifiying the end of a command substitution as + sometimes we can hit a parse error before. + 2017-04-23 Jun-ichi Takimoto * 40994: Src/utils.c: unmeta_one() need not count Meta -- cgit 1.4.1