From f25d01a97c61fdac5d6e0a6a8fb63b5b2b5f3393 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 8 May 2017 10:54:08 +0100 Subject: Fix combination of HERE document and |&. A missing flag setting up the HERE document mean that the size of the wordcode needed to append the 2>&1 was counted incorrectly, so the resulting wordcode was garbled. Add test. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb270edb0..112a53d1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-05-08 Peter Stephenson + + * 41060: Src/parse.c, Test/A04redirect.ztst: combination + of HERE document and |& was broken by miscounting wordcode owing + to missing flag. + 2017-05-04 Daniel Shahaf * 41038: NEWS: Document recent, backwards-compatible precommand -- cgit 1.4.1