mirror of
https://github.com/janet-lang/janet
synced 2025-05-05 08:54:15 +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
|
contain a third element, specifying a filter that prevents module/find
|
||||||
from searching that path template if the filter doesn't match the input
|
from searching that path template if the filter doesn't match the input
|
||||||
path. The filter is often a file extension, including the period."
|
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:" :image ".jimage"]
|
||||||
|
[":all:" :source]
|
||||||
["./:all:.janet" :source]
|
["./:all:.janet" :source]
|
||||||
["./:all:/init.janet" :source]
|
["./:all:/init.janet" :source]
|
||||||
[":sys:/:all:.janet" :source]
|
[":sys:/:all:.janet" :source]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user