summaryrefslogtreecommitdiffstats
path: root/eshtrans/backend/main.esh
diff options
context:
space:
mode:
Diffstat (limited to 'eshtrans/backend/main.esh')
-rw-r--r--eshtrans/backend/main.esh1
1 files changed, 1 insertions, 0 deletions
diff --git a/eshtrans/backend/main.esh b/eshtrans/backend/main.esh
index 485e9be..8851053 100644
--- a/eshtrans/backend/main.esh
+++ b/eshtrans/backend/main.esh
@@ -24,6 +24,7 @@ sh_codegen()
shift 1
sh_set_tu_id "${toks}"
+ sh_start_tu
if printf '%s' "${toks}" | sh_parse_stack; then
return 0
else