From 25990867e2aaa9b864fcd999f528afdb30d20f2e Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 25 May 2024 16:46:04 -0500 Subject: [PATCH] Missing ) --- src/boot/boot.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 410af40d..a32ad6d8 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -4258,7 +4258,7 @@ (def install-hook (string dest-dir "/bundle/init.janet")) (edefer (rmrf dest-dir) # don't leave garbage on failure (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"))) (each file files (def {:mode mode :permissions perm} (os/stat file))