mirror of
https://github.com/janet-lang/janet
synced 2025-02-02 18:29:10 +00:00
typo doing previous CI trigger.
This commit is contained in:
parent
14d1dc8749
commit
750b448f75
@ -40,7 +40,6 @@
|
|||||||
(def syspath (string "." sep (string (math/random)) "_jpm_tree.tmp"))
|
(def syspath (string "." sep (string (math/random)) "_jpm_tree.tmp"))
|
||||||
(rmrf syspath)
|
(rmrf syspath)
|
||||||
(assert (os/mkdir syspath))
|
(assert (os/mkdir syspath))
|
||||||
(print (os/
|
|
||||||
(put root-env *syspath* (os/realpath syspath))
|
(put root-env *syspath* (os/realpath syspath))
|
||||||
(setdyn *out* @"")
|
(setdyn *out* @"")
|
||||||
(assert (empty? (bundle/list)) "initial bundle/list")
|
(assert (empty? (bundle/list)) "initial bundle/list")
|
||||||
|
Loading…
Reference in New Issue
Block a user