diff options
Diffstat (limited to 'builtins/shell.c')
| -rw-r--r-- | builtins/shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/shell.c b/builtins/shell.c index 91cf792f..5bb34e83 100644 --- a/builtins/shell.c +++ b/builtins/shell.c @@ -1,4 +1,4 @@ -// Boolean methods/type info +// A lang for Shell Command Language #include <stdbool.h> #include <stdint.h> @@ -10,7 +10,7 @@ #include "types.h" #include "util.h" -public Pattern_t Shell$escape_text(Text_t text) +public Shell_t Shell$escape_text(Text_t text) { // TODO: optimize for ASCII and short strings Array_t shell_graphemes = {.atomic=1}; |
