1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-27 14:48:13 +00:00

typo doing previous CI trigger.

This commit is contained in:
Calvin Rose 2024-05-25 16:02:23 -05:00
parent 14d1dc8749
commit 750b448f75

View File

@ -40,7 +40,6 @@
(def syspath (string "." sep (string (math/random)) "_jpm_tree.tmp"))
(rmrf syspath)
(assert (os/mkdir syspath))
(print (os/
(put root-env *syspath* (os/realpath syspath))
(setdyn *out* @"")
(assert (empty? (bundle/list)) "initial bundle/list")