diff options
Diffstat (limited to 'stdlib')
| -rw-r--r-- | stdlib/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/shell.c b/stdlib/shell.c index 694d155b..593301a2 100644 --- a/stdlib/shell.c +++ b/stdlib/shell.c @@ -14,7 +14,7 @@ public Shell_t Shell$escape_text(Text_t text) { - return Text$replace(text, Text("'"), Text("'\"'\"'"), Text(""), false); + return Texts(Text("'"), Text$replace(text, Text("'"), Text("'\"'\"'"), Text(""), false), Text("'")); } public Shell_t Shell$escape_text_array(Array_t texts) |
