mirror of
https://github.com/janet-lang/janet
synced 2024-12-24 23:40:27 +00:00
Missing )
This commit is contained in:
parent
4fbc71c70d
commit
25990867e2
@ -4258,7 +4258,7 @@
|
|||||||
(def install-hook (string dest-dir "/bundle/init.janet"))
|
(def install-hook (string dest-dir "/bundle/init.janet"))
|
||||||
(edefer (rmrf dest-dir) # don't leave garbage on failure
|
(edefer (rmrf dest-dir) # don't leave garbage on failure
|
||||||
(def install-source @[])
|
(def install-source @[])
|
||||||
(def syspath (bundle-rpath (dyn *syspath*))
|
(def syspath (bundle-rpath (dyn *syspath*)))
|
||||||
(when is-backup (copyrf (bundle-dir bundle-name) (string dest-dir "/old-bundle")))
|
(when is-backup (copyrf (bundle-dir bundle-name) (string dest-dir "/old-bundle")))
|
||||||
(each file files
|
(each file files
|
||||||
(def {:mode mode :permissions perm} (os/stat file))
|
(def {:mode mode :permissions perm} (os/stat file))
|
||||||
|
Loading…
Reference in New Issue
Block a user