From 66f5808b81b1df84bc57c4f7b9d487201bc162fb Mon Sep 17 00:00:00 2001 From: forsyth Date: Mon, 2 Aug 2010 14:49:50 +0100 Subject: 20100802-1449 --- appl/cmd/sh/std.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/cmd/sh/std.b') diff --git a/appl/cmd/sh/std.b b/appl/cmd/sh/std.b index 6a944614..32a80a2e 100644 --- a/appl/cmd/sh/std.b +++ b/appl/cmd/sh/std.b @@ -512,7 +512,7 @@ builtin_rescue(ctxt: ref Context, args: list of ref Listnode, last: int) : strin status := ctxt.run(handler, last); ctxt.pop(); return status; - } exception e2{ + } exception { "fail:*" => ctxt.pop(); raise e; -- cgit v1.2.3