1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-03 10:33:24 +00:00

Pass on linux.

This commit is contained in:
Calvin Rose 2024-05-25 16:48:27 -05:00
parent 25990867e2
commit cb529bbd63

View File

@ -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