mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 09:17:17 +00:00
Fix tools/removecr.janet
This commit is contained in:
parent
427b2638e0
commit
46e09e4c71
@ -2,6 +2,6 @@
|
||||
# windows may add bad line endings, we can just force removal
|
||||
# with this script.
|
||||
(def fname ((dyn :args) 1))
|
||||
(def input (slurp fname))
|
||||
(def source (slurp fname))
|
||||
(def new-source (string/replace-all "\r" "" source))
|
||||
(spit fname new-source :wb)
|
||||
|
Loading…
Reference in New Issue
Block a user