diff options
Diffstat (limited to 'stdlib/shell.c')
| -rw-r--r-- | stdlib/shell.c | 1 |
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 |
