From bcb52460f3069e2e4e3b05f966a2efd40471e366 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 5 Oct 2016 17:46:42 +0100 Subject: 39571: Fix ERR_EXIT bug with && and function. "foo && bar" inside a function could cause the code outside the function not to perform ERR_EXIT or ERR_RETURN when needed. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 318c8df33..1d1d8f9f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-10-05 Peter Stephenson + * 39571: Src/exec.c, Test/C03traps.ztst: "&&" inside a shell + function could mess up ERR_EXIT outside. + * 39568: Src/exec.c, Test/C03traps.ztst: "! " should suppress ERR_EXIT inside the complex command. -- cgit 1.4.1