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.
1 parent 014a0fc commit 34b9831Copy full SHA for 34b9831
tools/script_manager.lua
@@ -513,7 +513,7 @@ local function scan_scripts(script_dir)
513
local script_count = 0
514
local find_cmd = "find -L " .. script_dir .. " -name \\*.lua -print | sort"
515
if dt.configuration.running_os == "windows" then
516
- find_cmd = "dir /b/s " .. script_dir .. "\\*.lua | sort"
+ find_cmd = "dir /b/s \s" .. script_dir .. "\\*.lua\" | sort"
517
end
518
log.msg(log.debug, _("find command is ") .. find_cmd)
519
-- scan the scripts
0 commit comments