summaryrefslogtreecommitdiffstats
path: root/eshtrans/frontend/parser.esh
diff options
context:
space:
mode:
Diffstat (limited to 'eshtrans/frontend/parser.esh')
-rw-r--r--eshtrans/frontend/parser.esh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eshtrans/frontend/parser.esh b/eshtrans/frontend/parser.esh
index e993221..e967fc7 100644
--- a/eshtrans/frontend/parser.esh
+++ b/eshtrans/frontend/parser.esh
@@ -404,7 +404,7 @@ do_group()
simple_command()
{
ptrace_begn simple_command
- if accept T_RETURN; then
+ if accept T_LOCAL || accept T_RETURN; then
cmd_suffix
ptrace_pass simple_command
return 0