diff options
author | Eduardo Julian | 2021-08-01 03:36:11 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-08-01 03:36:11 -0400 |
commit | bcd70df3568d71f14763959f454c15d8164e2d15 (patch) | |
tree | 2ec5fa437d008af01b8e3887f532a2b6064cddb5 /stdlib/source/library/lux/world/shell.lux | |
parent | fa320d22d0d7888feddcabe43a2bc9f1e0335032 (diff) |
Even more renamings.
Diffstat (limited to 'stdlib/source/library/lux/world/shell.lux')
-rw-r--r-- | stdlib/source/library/lux/world/shell.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/world/shell.lux b/stdlib/source/library/lux/world/shell.lux index 8c4614a32..4f389ce78 100644 --- a/stdlib/source/library/lux/world/shell.lux +++ b/stdlib/source/library/lux/world/shell.lux @@ -112,8 +112,8 @@ (def: safe_common_command (-> Replacer (Sanitizer Command)) - (let [x0A (text.of_code (hex "0A")) - xFF (text.of_code (hex "FF"))] + (let [x0A (text.of_char (hex "0A")) + xFF (text.of_char (hex "FF"))] (function (_ replacer) (|>> (..replace x0A replacer) (..replace xFF replacer) |