diff options
Diffstat (limited to 'appl/cmd/sh/std.b')
| -rw-r--r-- | appl/cmd/sh/std.b | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
