From 89ee6884b4d825d1d47b62380bdde93dd1842fa5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 21 Feb 2016 14:43:40 -0500 Subject: eshtrans/frontend: Handle T_IO_NUMBERs Also fix a couple bugs in accept(). --- (limited to 'eshtrans/frontend/parser.esh') diff --git a/eshtrans/frontend/parser.esh b/eshtrans/frontend/parser.esh index 4757d76..449c5ba 100644 --- a/eshtrans/frontend/parser.esh +++ b/eshtrans/frontend/parser.esh @@ -494,6 +494,7 @@ redirect_list() io_redirect() { ptrace_begn io_redirect + accept T_IO_NUMBER if io_file || io_here; then ptrace_pass io_redirect return 0 -- cgit v0.9.1