From cb529bbd63e8d4e6efe5874715f35c70cbb5a152 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 25 May 2024 16:48:27 -0500 Subject: [PATCH] Pass on linux. --- 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 a32ad6d8..9fcfd374 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -4194,7 +4194,7 @@ (def path (bundle-rpath path)) (def clean (get config :clean)) (def check (get config :check)) - (default bundle-name (last (string/split sep path))) + (default bundle-name (last (string/split "/" path))) (assert (not (string/check-set "\\/" bundle-name)) (string "bundle-name " bundle-name