diff options
| author | 2019-09-12 23:34:14 -0500 | |
|---|---|---|
| committer | 2019-09-12 23:34:14 -0500 | |
| commit | 9f48c3e2db7d8e06d65664bd30172cec6a992324 (patch) | |
| tree | 9d3c401a1d94c2e4233b538a114c66636a4f60d3 | |
| parent | Add script for removing <CR> on windows. (diff) | |
Remove :r from amalg.janet
| -rw-r--r-- | tools/amalg.janet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/amalg.janet b/tools/amalg.janet index 75507ccd..c571a7e6 100644 --- a/tools/amalg.janet +++ b/tools/amalg.janet @@ -9,4 +9,4 @@ # Body (each path (tuple/slice (dyn :args) 1) - (print (slurp path :r))) + (print (slurp path))) |
