mirror of
https://github.com/janet-lang/janet
synced 2025-04-04 06:16:55 +00:00
Pass on linux.
This commit is contained in:
parent
25990867e2
commit
cb529bbd63
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user