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 884a2c3..485e9be 100644
--- a/eshtrans/backend/main.esh
+++ b/eshtrans/backend/main.esh
@@ -23,6 +23,7 @@ sh_codegen()
local toks="${1}"
shift 1
+ sh_set_tu_id "${toks}"
if printf '%s' "${toks}" | sh_parse_stack; then
return 0
else