aboutsummaryrefslogtreecommitdiff
path: root/lib/shell/shell.tm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shell/shell.tm')
-rw-r--r--lib/shell/shell.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/shell/shell.tm b/lib/shell/shell.tm
index f9476161..08b36f1a 100644
--- a/lib/shell/shell.tm
+++ b/lib/shell/shell.tm
@@ -2,7 +2,7 @@ use commands_v1.0
lang Shell
convert(text:Text -> Shell)
- return Shell.from_text("'" ++ text.replace($/'/, `'"'"'`) ++ "'")
+ return Shell.from_text("'" ++ text.replace(`'`, `'"'"'`) ++ "'")
convert(texts:[Text] -> Shell)
return Shell.from_text(" ".join([Shell(t).text for t in texts]))