aboutsummaryrefslogtreecommitdiff
path: root/stdlib/shell.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-11-29 12:55:14 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-11-29 12:55:14 -0500
commit4b5e4cd1f21582f5e5fa682ab4e4bff252963468 (patch)
treee8fecb01f444c1d392c09255adba5cf6b312b326 /stdlib/shell.c
parent0b0e0a0a1d41e9574de8dc17c688a4894c5e7f92 (diff)
Change how types handle metamethods
Diffstat (limited to 'stdlib/shell.c')
-rw-r--r--stdlib/shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/shell.c b/stdlib/shell.c
index ec78f5e7..4a48f5c2 100644
--- a/stdlib/shell.c
+++ b/stdlib/shell.c
@@ -141,6 +141,7 @@ public const TypeInfo_t Shell$info = {
.align=__alignof__(Shell_t),
.tag=TextInfo,
.TextInfo={.lang="Shell"},
+ .metamethods=Text$metamethods,
};
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0