aboutsummaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile.c b/compile.c
index e53b43bb..0be3aa89 100644
--- a/compile.c
+++ b/compile.c
@@ -2994,6 +2994,8 @@ CORD compile_type_info(env_t *env, type_t *t)
return "&Text$info";
else if (streq(text->lang, "Pattern"))
return "&Pattern$info";
+ else if (streq(text->lang, "Shell"))
+ return "&Shell$info";
return CORD_all("(&", namespace_prefix(text->env->libname, text->env->namespace->parent), text->lang, ")");
}
case StructType: {