diff options
| author | 2019-10-29 18:47:54 -0500 | |
|---|---|---|
| committer | 2019-10-29 18:47:54 -0500 | |
| commit | 427b2638e029fbaefd2203848e202af039713d1e (patch) | |
| tree | 8ceefd155135dd833eb694c4cd658d5be0ae130f /tools | |
| parent | Fix suite7 failing when run with no docstrings. (diff) | |
Fix startup environment.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/amalg.janet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/amalg.janet b/tools/amalg.janet index c8cf35f9..b1806ab3 100644 --- a/tools/amalg.janet +++ b/tools/amalg.janet @@ -9,6 +9,7 @@ # Body (each path (tuple/slice (dyn :args) 1) + (print "\n/* " path " */\n") (print (slurp path))) # maybe will help |
