diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-08-02 14:49:50 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-08-02 14:49:50 +0100 |
| commit | 66f5808b81b1df84bc57c4f7b9d487201bc162fb (patch) | |
| tree | fe09448075dcf50ecca78a673e16ad84a666d3da /appl/cmd/sh | |
| parent | 7781741266783e4df3b35d42a55e8e504838898b (diff) | |
20100802-1449
Diffstat (limited to 'appl/cmd/sh')
| -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; |
