mirror of
https://github.com/janet-lang/janet
synced 2025-01-04 04:40:27 +00:00
Fix shell like scripts.
This commit is contained in:
parent
11998b3913
commit
4c8dd4b96c
@ -1589,9 +1589,9 @@
|
||||
contain a third element, specifying a filter that prevents module/find
|
||||
from searching that path template if the filter doesn't match the input
|
||||
path. The filter is often a file extension, including the period."
|
||||
@[[":all:" :source ".janet"]
|
||||
[":all:" :native (if (= (os/which) :windows) ".dll" ".so")]
|
||||
@[[":all:" :native (if (= (os/which) :windows) ".dll" ".so")]
|
||||
[":all:" :image ".jimage"]
|
||||
[":all:" :source]
|
||||
["./:all:.janet" :source]
|
||||
["./:all:/init.janet" :source]
|
||||
[":sys:/:all:.janet" :source]
|
||||
|
Loading…
Reference in New Issue
Block a user