We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89a1944 + 3537196 commit 9bce8c2Copy full SHA for 9bce8c2
make/bootstrap.lua
@@ -48,7 +48,7 @@ local root; do
48
if sep == '\\' then
49
sep = '/\\'
50
end
51
- local pattern = "["..sep.."][^"..sep.."]+"
+ local pattern = "["..sep.."]+[^"..sep.."]+"
52
root = package.cpath:match("([^;]+)"..pattern..pattern.."$")
53
arg[0] = root .. package.config:sub(1,1) .. 'main.lua'
54
0 commit comments